Color spaces of #cfb7dc
RGB | 207 | 183 | 220 |
---|---|---|---|
HSL | 0.77 | 0.35 | 0.79 |
HSV | 279° | 17° | 86° |
CMYK | 0.06 | 0.17 | 0.00 0.14 |
XYZ | 55.5839 | 52.2997 | 74.8754 |
Yxy | 52.2997 | 0.3041 | 0.2862 |
Hunter Lab | 72.3185 | 10.6374 | -10.7633 |
CIE-Lab | 77.4597 | 15.2822 | -15.3944 |
#cfb7dc color RGB value is (207,183,220).
#cfb7dc hex color red value is 207, green value is 183 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #cfb7dc hue: 0.77 , saturation: 0.35 and the lightness value of cfb7dc is 0.79.
The process color (four color CMYK) of #cfb7dc color hex is 0.06, 0.17, 0.00, 0.14. Web safe color of #cfb7dc is #cccccc. Color #cfb7dc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001111 | 10110111 | 11011100 |
Octal | 317 | 267 | 334 |
Decimal | 207 | 183 | 220 |
Hex | CF | B7 | DC |
Shades of #cfb7dc
Tints of #cfb7dc
RGB Percentages of Color #cfb7dc
CMYK Percentages of Color #cfb7dc
Complementary Color
#cfb7dc | #c4dcb7 |
#cfb7dc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cfb7dc Color Preview on White Background
Lorem ipsum dolor sit amet.
#cfb7dc Color CSS Codes
.mybgcolor {background-color:#cfb7dc; } .myforecolor {color:#cfb7dc; } .mybordercolor {border:3px solid #cfb7dc; }
#cfb7dc Text Font Color
<p style="color:#cfb7dc">Text here</p>
This sample text font color is #cfb7dc
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.
#cfb7dc Background Color
<div style="background-color:#cfb7dc">
Div content here</div>
This div background color is #cfb7dc
#cfb7dc Border Color
<div style="border:3px solid #cfb7dc">
Div here</div>
This div border color is #cfb7dc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(207,183,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cfb7dc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cfb7dc; -webkit-box-shadow: 1px 1px 3px 2px #cfb7dc; box-shadow: 1px 1px 3px 2px #cfb7dc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(207,183,220, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cfb7dc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cfb7dc; -webkit-box-shadow: 1px 1px 3px 2px #cfb7dc; box-shadow: 1px 1px 3px 2px #cfb7dc;">
Div content here</div>
This div box has shadow with color #cfb7dc
Comments
No comments written yet.
Please login to write comment.