Color spaces of #c887ea
RGB | 200 | 135 | 234 |
---|---|---|---|
HSL | 0.78 | 0.70 | 0.72 |
HSV | 279° | 42° | 92° |
CMYK | 0.15 | 0.42 | 0.00 0.08 |
XYZ | 47.3347 | 35.5478 | 82.2085 |
Yxy | 35.5478 | 0.2867 | 0.2153 |
Hunter Lab | 59.6220 | 37.3751 | -40.0154 |
CIE-Lab | 66.1730 | 42.1303 | -40.4388 |
#c887ea color RGB value is (200,135,234).
#c887ea hex color red value is 200, green value is 135 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #c887ea hue: 0.78 , saturation: 0.70 and the lightness value of c887ea is 0.72.
The process color (four color CMYK) of #c887ea color hex is 0.15, 0.42, 0.00, 0.08. Web safe color of #c887ea is #cc99ff. Color #c887ea contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001000 | 10000111 | 11101010 |
Octal | 310 | 207 | 352 |
Decimal | 200 | 135 | 234 |
Hex | C8 | 87 | EA |
Shades of #c887ea
Tints of #c887ea
RGB Percentages of Color #c887ea
CMYK Percentages of Color #c887ea
Complementary Color
#c887ea | #a9ea87 |
#c887ea Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c887ea Color Preview on White Background
Lorem ipsum dolor sit amet.
#c887ea Color CSS Codes
.mybgcolor {background-color:#c887ea; } .myforecolor {color:#c887ea; } .mybordercolor {border:3px solid #c887ea; }
#c887ea Text Font Color
<p style="color:#c887ea">Text here</p>
This sample text font color is #c887ea
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.
#c887ea Background Color
<div style="background-color:#c887ea">
Div content here</div>
This div background color is #c887ea
#c887ea Border Color
<div style="border:3px solid #c887ea">
Div here</div>
This div border color is #c887ea
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(200,135,234, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c887ea; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c887ea; -webkit-box-shadow: 1px 1px 3px 2px #c887ea; box-shadow: 1px 1px 3px 2px #c887ea; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(200,135,234, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c887ea">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c887ea; -webkit-box-shadow: 1px 1px 3px 2px #c887ea; box-shadow: 1px 1px 3px 2px #c887ea;">
Div content here</div>
This div box has shadow with color #c887ea
Comments
No comments written yet.
Please login to write comment.