Color spaces of #c08cde
RGB | 192 | 140 | 222 |
---|---|---|---|
HSL | 0.77 | 0.55 | 0.71 |
HSV | 278° | 37° | 87° |
CMYK | 0.14 | 0.37 | 0.00 0.13 |
XYZ | 44.3011 | 35.2366 | 73.5737 |
Yxy | 35.2366 | 0.2893 | 0.2301 |
Hunter Lab | 59.3604 | 29.3351 | -31.9341 |
CIE-Lab | 65.9325 | 34.5127 | -34.2400 |
#c08cde color RGB value is (192,140,222).
#c08cde hex color red value is 192, green value is 140 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #c08cde hue: 0.77 , saturation: 0.55 and the lightness value of c08cde is 0.71.
The process color (four color CMYK) of #c08cde color hex is 0.14, 0.37, 0.00, 0.13. Web safe color of #c08cde is #cc99cc. Color #c08cde contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000000 | 10001100 | 11011110 |
Octal | 300 | 214 | 336 |
Decimal | 192 | 140 | 222 |
Hex | C0 | 8C | DE |
Shades of #c08cde
Tints of #c08cde
RGB Percentages of Color #c08cde
CMYK Percentages of Color #c08cde
Complementary Color
#c08cde | #aade8c |
#c08cde Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c08cde Color Preview on White Background
Lorem ipsum dolor sit amet.
#c08cde Color CSS Codes
.mybgcolor {background-color:#c08cde; } .myforecolor {color:#c08cde; } .mybordercolor {border:3px solid #c08cde; }
#c08cde Text Font Color
<p style="color:#c08cde">Text here</p>
This sample text font color is #c08cde
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.
#c08cde Background Color
<div style="background-color:#c08cde">
Div content here</div>
This div background color is #c08cde
#c08cde Border Color
<div style="border:3px solid #c08cde">
Div here</div>
This div border color is #c08cde
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(192,140,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c08cde; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c08cde; -webkit-box-shadow: 1px 1px 3px 2px #c08cde; box-shadow: 1px 1px 3px 2px #c08cde; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(192,140,222, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c08cde">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c08cde; -webkit-box-shadow: 1px 1px 3px 2px #c08cde; box-shadow: 1px 1px 3px 2px #c08cde;">
Div content here</div>
This div box has shadow with color #c08cde
Comments
No comments written yet.
Please login to write comment.