Color spaces of #c08eed
RGB | 192 | 142 | 237 |
---|---|---|---|
HSL | 0.75 | 0.73 | 0.74 |
HSV | 272° | 40° | 93° |
CMYK | 0.19 | 0.40 | 0.00 0.07 |
XYZ | 46.6973 | 36.6669 | 84.7370 |
Yxy | 36.6669 | 0.2778 | 0.2181 |
Hunter Lab | 60.5532 | 31.6872 | -40.5821 |
CIE-Lab | 67.0264 | 36.6648 | -40.8157 |
#c08eed color RGB value is (192,142,237).
#c08eed hex color red value is 192, green value is 142 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #c08eed hue: 0.75 , saturation: 0.73 and the lightness value of c08eed is 0.74.
The process color (four color CMYK) of #c08eed color hex is 0.19, 0.40, 0.00, 0.07. Web safe color of #c08eed is #cc99ff. Color #c08eed contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000000 | 10001110 | 11101101 |
Octal | 300 | 216 | 355 |
Decimal | 192 | 142 | 237 |
Hex | C0 | 8E | ED |
Shades of #c08eed
Tints of #c08eed
RGB Percentages of Color #c08eed
CMYK Percentages of Color #c08eed
Complementary Color
#c08eed | #bbed8e |
#c08eed Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c08eed Color Preview on White Background
Lorem ipsum dolor sit amet.
#c08eed Color CSS Codes
.mybgcolor {background-color:#c08eed; } .myforecolor {color:#c08eed; } .mybordercolor {border:3px solid #c08eed; }
#c08eed Text Font Color
<p style="color:#c08eed">Text here</p>
This sample text font color is #c08eed
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#c08eed Background Color
<div style="background-color:#c08eed">
Div content here</div>
This div background color is #c08eed
#c08eed Border Color
<div style="border:3px solid #c08eed">
Div here</div>
This div border color is #c08eed
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(192,142,237, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c08eed; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c08eed; -webkit-box-shadow: 1px 1px 3px 2px #c08eed; box-shadow: 1px 1px 3px 2px #c08eed; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(192,142,237, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c08eed">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c08eed; -webkit-box-shadow: 1px 1px 3px 2px #c08eed; box-shadow: 1px 1px 3px 2px #c08eed;">
Div content here</div>
This div box has shadow with color #c08eed
Comments
No comments written yet.
Please login to write comment.