Color spaces of #cf8ccd
RGB | 207 | 140 | 205 |
---|---|---|---|
HSL | 0.84 | 0.41 | 0.68 |
HSV | 302° | 32° | 81° |
CMYK | 0.00 | 0.32 | 0.01 0.19 |
XYZ | 46.1297 | 36.4293 | 62.3579 |
Yxy | 36.4293 | 0.3183 | 0.2514 |
Hunter Lab | 60.3567 | 30.8006 | -19.0062 |
CIE-Lab | 66.8466 | 35.8344 | -23.2498 |
#cf8ccd color RGB value is (207,140,205).
#cf8ccd hex color red value is 207, green value is 140 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #cf8ccd hue: 0.84 , saturation: 0.41 and the lightness value of cf8ccd is 0.68.
The process color (four color CMYK) of #cf8ccd color hex is 0.00, 0.32, 0.01, 0.19. Web safe color of #cf8ccd is #cc99cc. Color #cf8ccd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001111 | 10001100 | 11001101 |
Octal | 317 | 214 | 315 |
Decimal | 207 | 140 | 205 |
Hex | CF | 8C | CD |
Shades of #cf8ccd
Tints of #cf8ccd
RGB Percentages of Color #cf8ccd
CMYK Percentages of Color #cf8ccd
Complementary Color
#cf8ccd | #8ccf8e |
#cf8ccd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cf8ccd Color Preview on White Background
Lorem ipsum dolor sit amet.
#cf8ccd Color CSS Codes
.mybgcolor {background-color:#cf8ccd; } .myforecolor {color:#cf8ccd; } .mybordercolor {border:3px solid #cf8ccd; }
#cf8ccd Text Font Color
<p style="color:#cf8ccd">Text here</p>
This sample text font color is #cf8ccd
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.
#cf8ccd Background Color
<div style="background-color:#cf8ccd">
Div content here</div>
This div background color is #cf8ccd
#cf8ccd Border Color
<div style="border:3px solid #cf8ccd">
Div here</div>
This div border color is #cf8ccd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(207,140,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cf8ccd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cf8ccd; -webkit-box-shadow: 1px 1px 3px 2px #cf8ccd; box-shadow: 1px 1px 3px 2px #cf8ccd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(207,140,205, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cf8ccd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cf8ccd; -webkit-box-shadow: 1px 1px 3px 2px #cf8ccd; box-shadow: 1px 1px 3px 2px #cf8ccd;">
Div content here</div>
This div box has shadow with color #cf8ccd
Comments
No comments written yet.
Please login to write comment.