Color spaces of #d41953
RGB | 212 | 25 | 83 |
---|---|---|---|
HSL | 0.95 | 0.79 | 0.46 |
HSV | 341° | 88° | 83° |
CMYK | 0.00 | 0.88 | 0.61 0.17 |
XYZ | 29.0603 | 15.3168 | 9.6084 |
Yxy | 15.3168 | 0.5383 | 0.2837 |
Hunter Lab | 39.1367 | 64.0530 | 12.8395 |
CIE-Lab | 46.0651 | 69.3183 | 17.9670 |
#d41953 color RGB value is (212,25,83).
#d41953 hex color red value is 212, green value is 25 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #d41953 hue: 0.95 , saturation: 0.79 and the lightness value of d41953 is 0.46.
The process color (four color CMYK) of #d41953 color hex is 0.00, 0.88, 0.61, 0.17. Web safe color of #d41953 is #cc0066. Color #d41953 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010100 | 00011001 | 01010011 |
Octal | 324 | 31 | 123 |
Decimal | 212 | 25 | 83 |
Hex | D4 | 19 | 53 |
Shades of #d41953
Tints of #d41953
RGB Percentages of Color #d41953
CMYK Percentages of Color #d41953
Complementary Color
#d41953 | #19d49a |
#d41953 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d41953 Color Preview on White Background
Lorem ipsum dolor sit amet.
#d41953 Color CSS Codes
.mybgcolor {background-color:#d41953; } .myforecolor {color:#d41953; } .mybordercolor {border:3px solid #d41953; }
#d41953 Text Font Color
<p style="color:#d41953">Text here</p>
This sample text font color is #d41953
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.
#d41953 Background Color
<div style="background-color:#d41953">
Div content here</div>
This div background color is #d41953
#d41953 Border Color
<div style="border:3px solid #d41953">
Div here</div>
This div border color is #d41953
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(212,25,83, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d41953; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d41953; -webkit-box-shadow: 1px 1px 3px 2px #d41953; box-shadow: 1px 1px 3px 2px #d41953; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(212,25,83, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d41953">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d41953; -webkit-box-shadow: 1px 1px 3px 2px #d41953; box-shadow: 1px 1px 3px 2px #d41953;">
Div content here</div>
This div box has shadow with color #d41953
Comments
No comments written yet.
Please login to write comment.