Color spaces of #c67dcc
RGB | 198 | 125 | 204 |
---|---|---|---|
HSL | 0.82 | 0.44 | 0.65 |
HSV | 295° | 39° | 80° |
CMYK | 0.03 | 0.39 | 0.00 0.20 |
XYZ | 41.5214 | 31.0326 | 60.9282 |
Yxy | 31.0326 | 0.3111 | 0.2325 |
Hunter Lab | 55.7069 | 35.5587 | -25.8523 |
CIE-Lab | 62.5351 | 40.8724 | -29.4043 |
#c67dcc color RGB value is (198,125,204).
#c67dcc hex color red value is 198, green value is 125 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #c67dcc hue: 0.82 , saturation: 0.44 and the lightness value of c67dcc is 0.65.
The process color (four color CMYK) of #c67dcc color hex is 0.03, 0.39, 0.00, 0.20. Web safe color of #c67dcc is #cc66cc. Color #c67dcc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000110 | 01111101 | 11001100 |
Octal | 306 | 175 | 314 |
Decimal | 198 | 125 | 204 |
Hex | C6 | 7D | CC |
Shades of #c67dcc
Tints of #c67dcc
RGB Percentages of Color #c67dcc
CMYK Percentages of Color #c67dcc
Complementary Color
#c67dcc | #83cc7d |
#c67dcc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c67dcc Color Preview on White Background
Lorem ipsum dolor sit amet.
#c67dcc Color CSS Codes
.mybgcolor {background-color:#c67dcc; } .myforecolor {color:#c67dcc; } .mybordercolor {border:3px solid #c67dcc; }
#c67dcc Text Font Color
<p style="color:#c67dcc">Text here</p>
This sample text font color is #c67dcc
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.
#c67dcc Background Color
<div style="background-color:#c67dcc">
Div content here</div>
This div background color is #c67dcc
#c67dcc Border Color
<div style="border:3px solid #c67dcc">
Div here</div>
This div border color is #c67dcc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(198,125,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c67dcc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c67dcc; -webkit-box-shadow: 1px 1px 3px 2px #c67dcc; box-shadow: 1px 1px 3px 2px #c67dcc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(198,125,204, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c67dcc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c67dcc; -webkit-box-shadow: 1px 1px 3px 2px #c67dcc; box-shadow: 1px 1px 3px 2px #c67dcc;">
Div content here</div>
This div box has shadow with color #c67dcc
Comments
No comments written yet.
Please login to write comment.