Color spaces of #c95ed8
RGB | 201 | 94 | 216 |
---|---|---|---|
HSL | 0.81 | 0.61 | 0.61 |
HSV | 293° | 56° | 85° |
CMYK | 0.07 | 0.56 | 0.00 0.15 |
XYZ | 40.4848 | 25.3808 | 67.7309 |
Yxy | 25.3808 | 0.3030 | 0.1900 |
Hunter Lab | 50.3794 | 55.2785 | -44.4450 |
CIE-Lab | 57.4446 | 59.6306 | -44.0997 |
#c95ed8 color RGB value is (201,94,216).
#c95ed8 hex color red value is 201, green value is 94 and the blue value of its RGB is 216. Cylindrical-coordinate representations (also known as HSL) of color #c95ed8 hue: 0.81 , saturation: 0.61 and the lightness value of c95ed8 is 0.61.
The process color (four color CMYK) of #c95ed8 color hex is 0.07, 0.56, 0.00, 0.15. Web safe color of #c95ed8 is #cc66cc. Color #c95ed8 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001001 | 01011110 | 11011000 |
Octal | 311 | 136 | 330 |
Decimal | 201 | 94 | 216 |
Hex | C9 | 5E | D8 |
Shades of #c95ed8
Tints of #c95ed8
RGB Percentages of Color #c95ed8
CMYK Percentages of Color #c95ed8
Complementary Color
#c95ed8 | #6dd85e |
#c95ed8 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c95ed8 Color Preview on White Background
Lorem ipsum dolor sit amet.
#c95ed8 Color CSS Codes
.mybgcolor {background-color:#c95ed8; } .myforecolor {color:#c95ed8; } .mybordercolor {border:3px solid #c95ed8; }
#c95ed8 Text Font Color
<p style="color:#c95ed8">Text here</p>
This sample text font color is #c95ed8
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.
#c95ed8 Background Color
<div style="background-color:#c95ed8">
Div content here</div>
This div background color is #c95ed8
#c95ed8 Border Color
<div style="border:3px solid #c95ed8">
Div here</div>
This div border color is #c95ed8
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(201,94,216, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c95ed8; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c95ed8; -webkit-box-shadow: 1px 1px 3px 2px #c95ed8; box-shadow: 1px 1px 3px 2px #c95ed8; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(201,94,216, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c95ed8">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c95ed8; -webkit-box-shadow: 1px 1px 3px 2px #c95ed8; box-shadow: 1px 1px 3px 2px #c95ed8;">
Div content here</div>
This div box has shadow with color #c95ed8
Comments
No comments written yet.
Please login to write comment.