Color spaces of #c887df
RGB | 200 | 135 | 223 |
---|---|---|---|
HSL | 0.79 | 0.58 | 0.70 |
HSV | 284° | 39° | 87° |
CMYK | 0.10 | 0.39 | 0.00 0.13 |
XYZ | 45.8027 | 34.9350 | 74.1411 |
Yxy | 34.9350 | 0.2957 | 0.2256 |
Hunter Lab | 59.1058 | 34.8892 | -32.9980 |
CIE-Lab | 65.6980 | 39.8547 | -35.0942 |
#c887df color RGB value is (200,135,223).
#c887df hex color red value is 200, green value is 135 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #c887df hue: 0.79 , saturation: 0.58 and the lightness value of c887df is 0.70.
The process color (four color CMYK) of #c887df color hex is 0.10, 0.39, 0.00, 0.13. Web safe color of #c887df is #cc99cc. Color #c887df contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001000 | 10000111 | 11011111 |
Octal | 310 | 207 | 337 |
Decimal | 200 | 135 | 223 |
Hex | C8 | 87 | DF |
Shades of #c887df
Tints of #c887df
RGB Percentages of Color #c887df
CMYK Percentages of Color #c887df
Complementary Color
#c887df | #9edf87 |
#c887df Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c887df Color Preview on White Background
Lorem ipsum dolor sit amet.
#c887df Color CSS Codes
.mybgcolor {background-color:#c887df; } .myforecolor {color:#c887df; } .mybordercolor {border:3px solid #c887df; }
#c887df Text Font Color
<p style="color:#c887df">Text here</p>
This sample text font color is #c887df
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.
#c887df Background Color
<div style="background-color:#c887df">
Div content here</div>
This div background color is #c887df
#c887df Border Color
<div style="border:3px solid #c887df">
Div here</div>
This div border color is #c887df
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(200,135,223, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c887df; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c887df; -webkit-box-shadow: 1px 1px 3px 2px #c887df; box-shadow: 1px 1px 3px 2px #c887df; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(200,135,223, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c887df">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c887df; -webkit-box-shadow: 1px 1px 3px 2px #c887df; box-shadow: 1px 1px 3px 2px #c887df;">
Div content here</div>
This div box has shadow with color #c887df
Comments
No comments written yet.
Please login to write comment.