Color spaces of #d45add
RGB | 212 | 90 | 221 |
---|---|---|---|
HSL | 0.82 | 0.66 | 0.61 |
HSV | 296° | 59° | 87° |
CMYK | 0.04 | 0.59 | 0.00 0.13 |
XYZ | 43.8587 | 26.5298 | 71.2158 |
Yxy | 26.5298 | 0.3097 | 0.1874 |
Hunter Lab | 51.5071 | 61.8568 | -45.9218 |
CIE-Lab | 58.5366 | 65.0968 | -45.0963 |
#d45add color RGB value is (212,90,221).
#d45add hex color red value is 212, green value is 90 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #d45add hue: 0.82 , saturation: 0.66 and the lightness value of d45add is 0.61.
The process color (four color CMYK) of #d45add color hex is 0.04, 0.59, 0.00, 0.13. Web safe color of #d45add is #cc66cc. Color #d45add contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010100 | 01011010 | 11011101 |
Octal | 324 | 132 | 335 |
Decimal | 212 | 90 | 221 |
Hex | D4 | 5A | DD |
Shades of #d45add
Tints of #d45add
RGB Percentages of Color #d45add
CMYK Percentages of Color #d45add
Complementary Color
#d45add | #63dd5a |
#d45add Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d45add Color Preview on White Background
Lorem ipsum dolor sit amet.
#d45add Color CSS Codes
.mybgcolor {background-color:#d45add; } .myforecolor {color:#d45add; } .mybordercolor {border:3px solid #d45add; }
#d45add Text Font Color
<p style="color:#d45add">Text here</p>
This sample text font color is #d45add
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.
#d45add Background Color
<div style="background-color:#d45add">
Div content here</div>
This div background color is #d45add
#d45add Border Color
<div style="border:3px solid #d45add">
Div here</div>
This div border color is #d45add
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(212,90,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d45add; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d45add; -webkit-box-shadow: 1px 1px 3px 2px #d45add; box-shadow: 1px 1px 3px 2px #d45add; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(212,90,221, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d45add">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d45add; -webkit-box-shadow: 1px 1px 3px 2px #d45add; box-shadow: 1px 1px 3px 2px #d45add;">
Div content here</div>
This div box has shadow with color #d45add
Comments
No comments written yet.
Please login to write comment.