Color spaces of #cc86be
RGB | 204 | 134 | 190 |
---|---|---|---|
HSL | 0.87 | 0.41 | 0.66 |
HSV | 312° | 34° | 80° |
CMYK | 0.00 | 0.34 | 0.07 0.20 |
XYZ | 42.7212 | 33.6053 | 52.9500 |
Yxy | 33.6053 | 0.3305 | 0.2599 |
Hunter Lab | 57.9701 | 30.0984 | -13.5766 |
CIE-Lab | 64.6481 | 35.3846 | -18.2287 |
#cc86be color RGB value is (204,134,190).
#cc86be hex color red value is 204, green value is 134 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #cc86be hue: 0.87 , saturation: 0.41 and the lightness value of cc86be is 0.66.
The process color (four color CMYK) of #cc86be color hex is 0.00, 0.34, 0.07, 0.20. Web safe color of #cc86be is #cc99cc. Color #cc86be contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001100 | 10000110 | 10111110 |
Octal | 314 | 206 | 276 |
Decimal | 204 | 134 | 190 |
Hex | CC | 86 | BE |
Shades of #cc86be
Tints of #cc86be
RGB Percentages of Color #cc86be
CMYK Percentages of Color #cc86be
Complementary Color
#cc86be | #86cc94 |
#cc86be Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cc86be Color Preview on White Background
Lorem ipsum dolor sit amet.
#cc86be Color CSS Codes
.mybgcolor {background-color:#cc86be; } .myforecolor {color:#cc86be; } .mybordercolor {border:3px solid #cc86be; }
#cc86be Text Font Color
<p style="color:#cc86be">Text here</p>
This sample text font color is #cc86be
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.
#cc86be Background Color
<div style="background-color:#cc86be">
Div content here</div>
This div background color is #cc86be
#cc86be Border Color
<div style="border:3px solid #cc86be">
Div here</div>
This div border color is #cc86be
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(204,134,190, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cc86be; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cc86be; -webkit-box-shadow: 1px 1px 3px 2px #cc86be; box-shadow: 1px 1px 3px 2px #cc86be; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(204,134,190, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cc86be">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cc86be; -webkit-box-shadow: 1px 1px 3px 2px #cc86be; box-shadow: 1px 1px 3px 2px #cc86be;">
Div content here</div>
This div box has shadow with color #cc86be
Comments
No comments written yet.
Please login to write comment.