enow.com Web Search

Search results

  1. HEX-USD - HEX USD

    Yahoo Finance

    0.00-0.000 (-5.66%)

    at Thu, May 30, 2024, 11:53AM EDT - U.S. markets close in 4 hours 4 minutes

    CoinMarketCap

    • Open 0.00
    • High 0.00
    • Low 0.00
    • Prev. Close 0.00
    • 52 Wk. High 0.01
    • 52 Wk. Low 0.00
    • P/E N/A
    • Mkt. Cap 273.19M
  2. Results from the WOW.Com Content Network
  3. Dracula (color scheme) - Wikipedia

    en.wikipedia.org/wiki/Dracula_(color_scheme)

    Dracula Color Palette; Name Swatch Hex RGB HSL; Background #282a36: 40 42 54 231° 15% 18% Current Line #44475a: 68 71 90 232° 14% 31% Foreground #f8f8f2: 248 248 242 60° 30% 96% Comment #6272a4: 98 114 164 225° 27% 51% Cyan #8be9fd: 139 233 253 191° 97% 77% Green #50fa7b: 80 250 123 135° 94% 65% Orange #ffb86c: 255 184 108 31° 100% 71% ...

  4. Web colors - Wikipedia

    en.wikipedia.org/wiki/Web_colors

    /* RGB model */ p {color: #F00} /* #rgb */ p {color: #FF0000} /* #rrggbb */ p {color: rgb (255, 0, 0)} /* integer range 0 - 255 */ p {color: rgb (100 %, 0 %, 0 %)} /* float range 0.0% - 100.0% */ /* RGB with alpha channel, added to CSS3 */ p {color: rgba (255, 0, 0, 0.5)} /* 0.5 opacity, semi-transparent */ /* HSL model, added to CSS3 */ p ...

  5. X11 color names - Wikipedia

    en.wikipedia.org/wiki/X11_color_names

    color1 := color × 100% color2 := color1 × 93.2% color3 := color1 × 80.4% color4 := color1 × 54.8%. Examples: "Yellow 2" (238, 238, 0) is based on "Yellow" (255, 255, 0) with 255 × 0.932 = 237.66. "Ivory 3" (205, 205, 193) is explained by "Ivory" (255, 255, 240) where 255 × 0.804 = 205.02 and 240 × 0.804 = 192.96.

  6. Shades of purple - Wikipedia

    en.wikipedia.org/wiki/Shades_of_purple

    Electric Purple Color coordinates; Hex triplet: #BF00FF: sRGB B (r, g, b) (191, 0, 255) HSV (h, s, v) (285°, 100%, 100%) CIELCh uv (L, C, h) (50, 133, 288°) Source: X11: ISCC–NBS descriptor: Vivid purple: B: Normalized to [0–255] (byte)

  7. Byzantium (color) - Wikipedia

    en.wikipedia.org/wiki/Byzantium_(color)

    Color coordinates; Hex triplet #702963: sRGB B (r, g, b) (112, 41, 99) HSV (h, s, v) (311°, 63%, 44%) CIELCh uv (L, C, h) (29, 44, 319°) Source: ISCC-NBS: ISCC–NBS descriptor: Deep reddish purple: B: Normalized to [0–255] (byte)

  8. Lavender (color) - Wikipedia

    en.wikipedia.org/wiki/Lavender_(color)

    Medium purple Color coordinates; Hex triplet #9370DB: sRGB B (r, g, b) (147, 112, 219) HSV (h, s, v) (260°, 49%, 86%) CIELCh uv (L, C, h) (55, 83, 276°) Source: X11: ISCC–NBS descriptor: Vivid violet: B: Normalized to [0–255] (byte)

  9. List of monochrome and RGB color formats - Wikipedia

    en.wikipedia.org/wiki/List_of_monochrome_and_RGB...

    Systems with a 12-bit RGB palette use 4 bits for each of the red, green, and blue color components. This results in a (2 4) 3 = 16 3 = 4096-color palette. 12-bit color can be represented with three hexadecimal digits, also known as shorthand hexadecimal form, which is commonly used in web design.

  10. Lilac (color) - Wikipedia

    en.wikipedia.org/wiki/Lilac_(color)

    Color coordinates; Hex triplet #86608E: sRGB B (r, g, b) (134, 96, 142) HSV (h, s, v) (290°, 32%, 56%) CIELCh uv (L, C, h) (46, 36, 300°) Source: ISCC-NBS: ISCC–NBS descriptor: Moderate purple: B: Normalized to [0–255] (byte)

  11. RGB color model - Wikipedia

    en.wikipedia.org/wiki/RGB_color_model

    Hexadecimal 8-bit RGB representations of the main 125 colors. A color in the RGB color model is described by indicating how much of each of the red, green, and blue is included. The color is expressed as an RGB triplet ( r, g, b ), each component of which can vary from zero to a defined maximum value.

  12. Help:Using colours - Wikipedia

    en.wikipedia.org/wiki/Help:Using_colours

    To make a word have colour, use: <span style="color:hex triplet or colour name">text</span>. Note that you can't use the British spelling, "colour", in this context. Examples: <span style="color:red">red writing</span> shows as red writing. <span style="color:#0f0">green writing</span> shows as green writing.