Color spaces of #c08cca
RGB | 192 | 140 | 202 |
---|---|---|---|
HSL | 0.81 | 0.37 | 0.67 |
HSV | 290° | 31° | 79° |
CMYK | 0.05 | 0.31 | 0.00 0.21 |
XYZ | 41.7770 | 34.2269 | 60.2817 |
Yxy | 34.2269 | 0.3065 | 0.2511 |
Hunter Lab | 58.5038 | 25.0836 | -20.1392 |
CIE-Lab | 65.1423 | 30.4116 | -24.3242 |
#c08cca color RGB value is (192,140,202).
#c08cca hex color red value is 192, green value is 140 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #c08cca hue: 0.81 , saturation: 0.37 and the lightness value of c08cca is 0.67.
The process color (four color CMYK) of #c08cca color hex is 0.05, 0.31, 0.00, 0.21. Web safe color of #c08cca is #cc99cc. Color #c08cca contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000000 | 10001100 | 11001010 |
Octal | 300 | 214 | 312 |
Decimal | 192 | 140 | 202 |
Hex | C0 | 8C | CA |
Shades of #c08cca
Tints of #c08cca
RGB Percentages of Color #c08cca
CMYK Percentages of Color #c08cca
Complementary Color
#c08cca | #96ca8c |
#c08cca Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c08cca Color Preview on White Background
Lorem ipsum dolor sit amet.
#c08cca Color CSS Codes
.mybgcolor {background-color:#c08cca; } .myforecolor {color:#c08cca; } .mybordercolor {border:3px solid #c08cca; }
#c08cca Text Font Color
<p style="color:#c08cca">Text here</p>
This sample text font color is #c08cca
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.
#c08cca Background Color
<div style="background-color:#c08cca">
Div content here</div>
This div background color is #c08cca
#c08cca Border Color
<div style="border:3px solid #c08cca">
Div here</div>
This div border color is #c08cca
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(192,140,202, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c08cca; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c08cca; -webkit-box-shadow: 1px 1px 3px 2px #c08cca; box-shadow: 1px 1px 3px 2px #c08cca; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(192,140,202, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c08cca">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c08cca; -webkit-box-shadow: 1px 1px 3px 2px #c08cca; box-shadow: 1px 1px 3px 2px #c08cca;">
Div content here</div>
This div box has shadow with color #c08cca
Comments
No comments written yet.
Please login to write comment.