Color spaces of #c871ee
RGB | 200 | 113 | 238 |
---|---|---|---|
HSL | 0.78 | 0.79 | 0.69 |
HSV | 282° | 53° | 93° |
CMYK | 0.16 | 0.53 | 0.00 0.07 |
XYZ | 45.1572 | 30.2627 | 84.3502 |
Yxy | 30.2627 | 0.2826 | 0.1894 |
Hunter Lab | 55.0115 | 50.2547 | -52.4024 |
CIE-Lab | 61.8802 | 54.4605 | -49.4080 |
#c871ee color RGB value is (200,113,238).
#c871ee hex color red value is 200, green value is 113 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #c871ee hue: 0.78 , saturation: 0.79 and the lightness value of c871ee is 0.69.
The process color (four color CMYK) of #c871ee color hex is 0.16, 0.53, 0.00, 0.07. Web safe color of #c871ee is #cc66ff. Color #c871ee contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001000 | 01110001 | 11101110 |
Octal | 310 | 161 | 356 |
Decimal | 200 | 113 | 238 |
Hex | C8 | 71 | EE |
Shades of #c871ee
Tints of #c871ee
RGB Percentages of Color #c871ee
CMYK Percentages of Color #c871ee
Complementary Color
#c871ee | #97ee71 |
#c871ee Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c871ee Color Preview on White Background
Lorem ipsum dolor sit amet.
#c871ee Color CSS Codes
.mybgcolor {background-color:#c871ee; } .myforecolor {color:#c871ee; } .mybordercolor {border:3px solid #c871ee; }
#c871ee Text Font Color
<p style="color:#c871ee">Text here</p>
This sample text font color is #c871ee
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.
#c871ee Background Color
<div style="background-color:#c871ee">
Div content here</div>
This div background color is #c871ee
#c871ee Border Color
<div style="border:3px solid #c871ee">
Div here</div>
This div border color is #c871ee
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(200,113,238, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c871ee; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c871ee; -webkit-box-shadow: 1px 1px 3px 2px #c871ee; box-shadow: 1px 1px 3px 2px #c871ee; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(200,113,238, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c871ee">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c871ee; -webkit-box-shadow: 1px 1px 3px 2px #c871ee; box-shadow: 1px 1px 3px 2px #c871ee;">
Div content here</div>
This div box has shadow with color #c871ee
Comments
No comments written yet.
Please login to write comment.