Color spaces of #d42058
RGB | 212 | 32 | 88 |
---|---|---|---|
HSL | 0.95 | 0.74 | 0.48 |
HSV | 341° | 85° | 83° |
CMYK | 0.00 | 0.85 | 0.58 0.17 |
XYZ | 29.4293 | 15.7347 | 10.7185 |
Yxy | 15.7347 | 0.5266 | 0.2816 |
Hunter Lab | 39.6670 | 63.0135 | 11.7460 |
CIE-Lab | 46.6245 | 68.3268 | 15.6266 |
#d42058 color RGB value is (212,32,88).
#d42058 hex color red value is 212, green value is 32 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #d42058 hue: 0.95 , saturation: 0.74 and the lightness value of d42058 is 0.48.
The process color (four color CMYK) of #d42058 color hex is 0.00, 0.85, 0.58, 0.17. Web safe color of #d42058 is #cc3366. Color #d42058 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010100 | 00100000 | 01011000 |
Octal | 324 | 40 | 130 |
Decimal | 212 | 32 | 88 |
Hex | D4 | 20 | 58 |
Shades of #d42058
Tints of #d42058
RGB Percentages of Color #d42058
CMYK Percentages of Color #d42058
Complementary Color
#d42058 | #20d49c |
#d42058 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d42058 Color Preview on White Background
Lorem ipsum dolor sit amet.
#d42058 Color CSS Codes
.mybgcolor {background-color:#d42058; } .myforecolor {color:#d42058; } .mybordercolor {border:3px solid #d42058; }
#d42058 Text Font Color
<p style="color:#d42058">Text here</p>
This sample text font color is #d42058
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.
#d42058 Background Color
<div style="background-color:#d42058">
Div content here</div>
This div background color is #d42058
#d42058 Border Color
<div style="border:3px solid #d42058">
Div here</div>
This div border color is #d42058
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(212,32,88, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d42058; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d42058; -webkit-box-shadow: 1px 1px 3px 2px #d42058; box-shadow: 1px 1px 3px 2px #d42058; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(212,32,88, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d42058">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d42058; -webkit-box-shadow: 1px 1px 3px 2px #d42058; box-shadow: 1px 1px 3px 2px #d42058;">
Div content here</div>
This div box has shadow with color #d42058
Comments
No comments written yet.
Please login to write comment.