Color spaces of #c89bcc
RGB | 200 | 155 | 204 |
---|---|---|---|
HSL | 0.82 | 0.32 | 0.70 |
HSV | 295° | 24° | 80° |
CMYK | 0.02 | 0.24 | 0.00 0.20 |
XYZ | 46.4398 | 40.0817 | 62.4156 |
Yxy | 40.0817 | 0.3118 | 0.2691 |
Hunter Lab | 63.3101 | 20.1422 | -14.1352 |
CIE-Lab | 69.5277 | 25.1567 | -18.6785 |
#c89bcc color RGB value is (200,155,204).
#c89bcc hex color red value is 200, green value is 155 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #c89bcc hue: 0.82 , saturation: 0.32 and the lightness value of c89bcc is 0.70.
The process color (four color CMYK) of #c89bcc color hex is 0.02, 0.24, 0.00, 0.20. Web safe color of #c89bcc is #cc99cc. Color #c89bcc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001000 | 10011011 | 11001100 |
Octal | 310 | 233 | 314 |
Decimal | 200 | 155 | 204 |
Hex | C8 | 9B | CC |
Shades of #c89bcc
Tints of #c89bcc
RGB Percentages of Color #c89bcc
CMYK Percentages of Color #c89bcc
Complementary Color
#c89bcc | #9fcc9b |
#c89bcc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c89bcc Color Preview on White Background
Lorem ipsum dolor sit amet.
#c89bcc Color CSS Codes
.mybgcolor {background-color:#c89bcc; } .myforecolor {color:#c89bcc; } .mybordercolor {border:3px solid #c89bcc; }
#c89bcc Text Font Color
<p style="color:#c89bcc">Text here</p>
This sample text font color is #c89bcc
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.
#c89bcc Background Color
<div style="background-color:#c89bcc">
Div content here</div>
This div background color is #c89bcc
#c89bcc Border Color
<div style="border:3px solid #c89bcc">
Div here</div>
This div border color is #c89bcc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(200,155,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c89bcc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c89bcc; -webkit-box-shadow: 1px 1px 3px 2px #c89bcc; box-shadow: 1px 1px 3px 2px #c89bcc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(200,155,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 #c89bcc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c89bcc; -webkit-box-shadow: 1px 1px 3px 2px #c89bcc; box-shadow: 1px 1px 3px 2px #c89bcc;">
Div content here</div>
This div box has shadow with color #c89bcc
Comments
No comments written yet.
Please login to write comment.