Color spaces of #d4059d
RGB | 212 | 5 | 157 |
---|---|---|---|
HSL | 0.88 | 0.95 | 0.43 |
HSV | 316° | 98° | 83° |
CMYK | 0.00 | 0.98 | 0.26 0.17 |
XYZ | 33.2915 | 16.5399 | 33.3362 |
Yxy | 16.5399 | 0.4003 | 0.1989 |
Hunter Lab | 40.6693 | 74.9472 | -20.1309 |
CIE-Lab | 47.6750 | 77.9922 | -25.0131 |
#d4059d color RGB value is (212,5,157).
#d4059d hex color red value is 212, green value is 5 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #d4059d hue: 0.88 , saturation: 0.95 and the lightness value of d4059d is 0.43.
The process color (four color CMYK) of #d4059d color hex is 0.00, 0.98, 0.26, 0.17. Web safe color of #d4059d is #cc0099. Color #d4059d contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010100 | 00000101 | 10011101 |
Octal | 324 | 5 | 235 |
Decimal | 212 | 5 | 157 |
Hex | D4 | 5 | 9D |
Shades of #d4059d
Tints of #d4059d
RGB Percentages of Color #d4059d
CMYK Percentages of Color #d4059d
Complementary Color
#d4059d | #05d43c |
#d4059d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d4059d Color Preview on White Background
Lorem ipsum dolor sit amet.
#d4059d Color CSS Codes
.mybgcolor {background-color:#d4059d; } .myforecolor {color:#d4059d; } .mybordercolor {border:3px solid #d4059d; }
#d4059d Text Font Color
<p style="color:#d4059d">Text here</p>
This sample text font color is #d4059d
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.
#d4059d Background Color
<div style="background-color:#d4059d">
Div content here</div>
This div background color is #d4059d
#d4059d Border Color
<div style="border:3px solid #d4059d">
Div here</div>
This div border color is #d4059d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(212,5,157, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d4059d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d4059d; -webkit-box-shadow: 1px 1px 3px 2px #d4059d; box-shadow: 1px 1px 3px 2px #d4059d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(212,5,157, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d4059d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d4059d; -webkit-box-shadow: 1px 1px 3px 2px #d4059d; box-shadow: 1px 1px 3px 2px #d4059d;">
Div content here</div>
This div box has shadow with color #d4059d
Comments
No comments written yet.
Please login to write comment.