Color spaces of #c90ebc
RGB | 201 | 14 | 188 |
---|---|---|---|
HSL | 0.84 | 0.87 | 0.42 |
HSV | 304° | 93° | 79° |
CMYK | 0.00 | 0.93 | 0.06 0.21 |
XYZ | 33.3215 | 16.3624 | 48.9790 |
Yxy | 16.3624 | 0.3377 | 0.1658 |
Hunter Lab | 40.4505 | 76.2530 | -43.4753 |
CIE-Lab | 47.4464 | 79.0833 | -43.8524 |
#c90ebc color RGB value is (201,14,188).
#c90ebc hex color red value is 201, green value is 14 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #c90ebc hue: 0.84 , saturation: 0.87 and the lightness value of c90ebc is 0.42.
The process color (four color CMYK) of #c90ebc color hex is 0.00, 0.93, 0.06, 0.21. Web safe color of #c90ebc is #cc00cc. Color #c90ebc contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001001 | 00001110 | 10111100 |
Octal | 311 | 16 | 274 |
Decimal | 201 | 14 | 188 |
Hex | C9 | E | BC |
Shades of #c90ebc
Tints of #c90ebc
RGB Percentages of Color #c90ebc
CMYK Percentages of Color #c90ebc
Complementary Color
#c90ebc | #0ec91b |
#c90ebc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c90ebc Color Preview on White Background
Lorem ipsum dolor sit amet.
#c90ebc Color CSS Codes
.mybgcolor {background-color:#c90ebc; } .myforecolor {color:#c90ebc; } .mybordercolor {border:3px solid #c90ebc; }
#c90ebc Text Font Color
<p style="color:#c90ebc">Text here</p>
This sample text font color is #c90ebc
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.
#c90ebc Background Color
<div style="background-color:#c90ebc">
Div content here</div>
This div background color is #c90ebc
#c90ebc Border Color
<div style="border:3px solid #c90ebc">
Div here</div>
This div border color is #c90ebc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(201,14,188, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c90ebc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c90ebc; -webkit-box-shadow: 1px 1px 3px 2px #c90ebc; box-shadow: 1px 1px 3px 2px #c90ebc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(201,14,188, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c90ebc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c90ebc; -webkit-box-shadow: 1px 1px 3px 2px #c90ebc; box-shadow: 1px 1px 3px 2px #c90ebc;">
Div content here</div>
This div box has shadow with color #c90ebc
Comments
No comments written yet.
Please login to write comment.