Color spaces of #c67dca
RGB | 198 | 125 | 202 |
---|---|---|---|
HSL | 0.82 | 0.42 | 0.64 |
HSV | 297° | 38° | 79° |
CMYK | 0.02 | 0.38 | 0.00 0.21 |
XYZ | 41.2830 | 30.9373 | 59.6728 |
Yxy | 30.9373 | 0.3130 | 0.2346 |
Hunter Lab | 55.6213 | 35.1482 | -24.6738 |
CIE-Lab | 62.4547 | 40.4917 | -28.4032 |
#c67dca color RGB value is (198,125,202).
#c67dca hex color red value is 198, green value is 125 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #c67dca hue: 0.82 , saturation: 0.42 and the lightness value of c67dca is 0.64.
The process color (four color CMYK) of #c67dca color hex is 0.02, 0.38, 0.00, 0.21. Web safe color of #c67dca is #cc66cc. Color #c67dca contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000110 | 01111101 | 11001010 |
Octal | 306 | 175 | 312 |
Decimal | 198 | 125 | 202 |
Hex | C6 | 7D | CA |
Shades of #c67dca
Tints of #c67dca
RGB Percentages of Color #c67dca
CMYK Percentages of Color #c67dca
Complementary Color
#c67dca | #81ca7d |
#c67dca Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c67dca Color Preview on White Background
Lorem ipsum dolor sit amet.
#c67dca Color CSS Codes
.mybgcolor {background-color:#c67dca; } .myforecolor {color:#c67dca; } .mybordercolor {border:3px solid #c67dca; }
#c67dca Text Font Color
<p style="color:#c67dca">Text here</p>
This sample text font color is #c67dca
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.
#c67dca Background Color
<div style="background-color:#c67dca">
Div content here</div>
This div background color is #c67dca
#c67dca Border Color
<div style="border:3px solid #c67dca">
Div here</div>
This div border color is #c67dca
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(198,125,202, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c67dca; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c67dca; -webkit-box-shadow: 1px 1px 3px 2px #c67dca; box-shadow: 1px 1px 3px 2px #c67dca; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(198,125,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 #c67dca">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c67dca; -webkit-box-shadow: 1px 1px 3px 2px #c67dca; box-shadow: 1px 1px 3px 2px #c67dca;">
Div content here</div>
This div box has shadow with color #c67dca
Comments
No comments written yet.
Please login to write comment.