Color spaces of #d90cd4
RGB | 217 | 12 | 212 |
---|---|---|---|
HSL | 0.84 | 0.90 | 0.45 |
HSV | 301° | 94° | 85° |
CMYK | 0.00 | 0.94 | 0.02 0.15 |
XYZ | 40.6304 | 19.7681 | 63.9615 |
Yxy | 19.7681 | 0.3267 | 0.1590 |
Hunter Lab | 44.4613 | 85.3125 | -54.1709 |
CIE-Lab | 51.5740 | 85.3853 | -50.9936 |
#d90cd4 color RGB value is (217,12,212).
#d90cd4 hex color red value is 217, green value is 12 and the blue value of its RGB is 212. Cylindrical-coordinate representations (also known as HSL) of color #d90cd4 hue: 0.84 , saturation: 0.90 and the lightness value of d90cd4 is 0.45.
The process color (four color CMYK) of #d90cd4 color hex is 0.00, 0.94, 0.02, 0.15. Web safe color of #d90cd4 is #cc00cc. Color #d90cd4 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011001 | 00001100 | 11010100 |
Octal | 331 | 14 | 324 |
Decimal | 217 | 12 | 212 |
Hex | D9 | C | D4 |
Shades of #d90cd4
Tints of #d90cd4
RGB Percentages of Color #d90cd4
CMYK Percentages of Color #d90cd4
Complementary Color
#d90cd4 | #0cd911 |
#d90cd4 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d90cd4 Color Preview on White Background
Lorem ipsum dolor sit amet.
#d90cd4 Color CSS Codes
.mybgcolor {background-color:#d90cd4; } .myforecolor {color:#d90cd4; } .mybordercolor {border:3px solid #d90cd4; }
#d90cd4 Text Font Color
<p style="color:#d90cd4">Text here</p>
This sample text font color is #d90cd4
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.
#d90cd4 Background Color
<div style="background-color:#d90cd4">
Div content here</div>
This div background color is #d90cd4
#d90cd4 Border Color
<div style="border:3px solid #d90cd4">
Div here</div>
This div border color is #d90cd4
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(217,12,212, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d90cd4; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d90cd4; -webkit-box-shadow: 1px 1px 3px 2px #d90cd4; box-shadow: 1px 1px 3px 2px #d90cd4; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(217,12,212, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d90cd4">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d90cd4; -webkit-box-shadow: 1px 1px 3px 2px #d90cd4; box-shadow: 1px 1px 3px 2px #d90cd4;">
Div content here</div>
This div box has shadow with color #d90cd4
Comments
No comments written yet.
Please login to write comment.