Color spaces of #d4137b
RGB | 212 | 19 | 123 |
---|---|---|---|
HSL | 0.91 | 0.84 | 0.45 |
HSV | 328° | 91° | 83° |
CMYK | 0.00 | 0.91 | 0.42 0.17 |
XYZ | 30.9594 | 15.8929 | 20.1748 |
Yxy | 15.8929 | 0.4619 | 0.2371 |
Hunter Lab | 39.8659 | 68.8557 | -2.0986 |
CIE-Lab | 46.8337 | 73.1887 | -5.6858 |
#d4137b color RGB value is (212,19,123).
#d4137b hex color red value is 212, green value is 19 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #d4137b hue: 0.91 , saturation: 0.84 and the lightness value of d4137b is 0.45.
The process color (four color CMYK) of #d4137b color hex is 0.00, 0.91, 0.42, 0.17. Web safe color of #d4137b is #cc0066. Color #d4137b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010100 | 00010011 | 01111011 |
Octal | 324 | 23 | 173 |
Decimal | 212 | 19 | 123 |
Hex | D4 | 13 | 7B |
Shades of #d4137b
Tints of #d4137b
RGB Percentages of Color #d4137b
CMYK Percentages of Color #d4137b
Complementary Color
#d4137b | #13d46c |
#d4137b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d4137b Color Preview on White Background
Lorem ipsum dolor sit amet.
#d4137b Color CSS Codes
.mybgcolor {background-color:#d4137b; } .myforecolor {color:#d4137b; } .mybordercolor {border:3px solid #d4137b; }
#d4137b Text Font Color
<p style="color:#d4137b">Text here</p>
This sample text font color is #d4137b
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.
#d4137b Background Color
<div style="background-color:#d4137b">
Div content here</div>
This div background color is #d4137b
#d4137b Border Color
<div style="border:3px solid #d4137b">
Div here</div>
This div border color is #d4137b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(212,19,123, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d4137b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d4137b; -webkit-box-shadow: 1px 1px 3px 2px #d4137b; box-shadow: 1px 1px 3px 2px #d4137b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(212,19,123, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d4137b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d4137b; -webkit-box-shadow: 1px 1px 3px 2px #d4137b; box-shadow: 1px 1px 3px 2px #d4137b;">
Div content here</div>
This div box has shadow with color #d4137b
Comments
No comments written yet.
Please login to write comment.