Color spaces of #d90eca
RGB | 217 | 14 | 202 |
---|---|---|---|
HSL | 0.85 | 0.88 | 0.45 |
HSV | 304° | 94° | 85° |
CMYK | 0.00 | 0.94 | 0.07 0.15 |
XYZ | 39.4330 | 19.3301 | 57.5298 |
Yxy | 19.3301 | 0.3391 | 0.1662 |
Hunter Lab | 43.9660 | 83.1557 | -46.8051 |
CIE-Lab | 51.0712 | 83.8156 | -46.0467 |
#d90eca color RGB value is (217,14,202).
#d90eca hex color red value is 217, green value is 14 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #d90eca hue: 0.85 , saturation: 0.88 and the lightness value of d90eca is 0.45.
The process color (four color CMYK) of #d90eca color hex is 0.00, 0.94, 0.07, 0.15. Web safe color of #d90eca is #cc00cc. Color #d90eca contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011001 | 00001110 | 11001010 |
Octal | 331 | 16 | 312 |
Decimal | 217 | 14 | 202 |
Hex | D9 | E | CA |
Shades of #d90eca
Tints of #d90eca
RGB Percentages of Color #d90eca
CMYK Percentages of Color #d90eca
Complementary Color
#d90eca | #0ed91d |
#d90eca Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d90eca Color Preview on White Background
Lorem ipsum dolor sit amet.
#d90eca Color CSS Codes
.mybgcolor {background-color:#d90eca; } .myforecolor {color:#d90eca; } .mybordercolor {border:3px solid #d90eca; }
#d90eca Text Font Color
<p style="color:#d90eca">Text here</p>
This sample text font color is #d90eca
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.
#d90eca Background Color
<div style="background-color:#d90eca">
Div content here</div>
This div background color is #d90eca
#d90eca Border Color
<div style="border:3px solid #d90eca">
Div here</div>
This div border color is #d90eca
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(217,14,202, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d90eca; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d90eca; -webkit-box-shadow: 1px 1px 3px 2px #d90eca; box-shadow: 1px 1px 3px 2px #d90eca; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(217,14,202, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d90eca">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d90eca; -webkit-box-shadow: 1px 1px 3px 2px #d90eca; box-shadow: 1px 1px 3px 2px #d90eca;">
Div content here</div>
This div box has shadow with color #d90eca
Comments
No comments written yet.
Please login to write comment.