Color spaces of #d4224e
RGB | 212 | 34 | 78 |
---|---|---|---|
HSL | 0.96 | 0.72 | 0.48 |
HSV | 345° | 84° | 83° |
CMYK | 0.00 | 0.84 | 0.63 0.17 |
XYZ | 29.0986 | 15.6912 | 8.7028 |
Yxy | 15.6912 | 0.5440 | 0.2933 |
Hunter Lab | 39.6121 | 61.8028 | 14.7024 |
CIE-Lab | 46.5667 | 67.3040 | 21.7221 |
#d4224e color RGB value is (212,34,78).
#d4224e hex color red value is 212, green value is 34 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #d4224e hue: 0.96 , saturation: 0.72 and the lightness value of d4224e is 0.48.
The process color (four color CMYK) of #d4224e color hex is 0.00, 0.84, 0.63, 0.17. Web safe color of #d4224e is #cc3366. Color #d4224e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010100 | 00100010 | 01001110 |
Octal | 324 | 42 | 116 |
Decimal | 212 | 34 | 78 |
Hex | D4 | 22 | 4E |
Shades of #d4224e
Tints of #d4224e
RGB Percentages of Color #d4224e
CMYK Percentages of Color #d4224e
Complementary Color
#d4224e | #22d4a8 |
#d4224e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d4224e Color Preview on White Background
Lorem ipsum dolor sit amet.
#d4224e Color CSS Codes
.mybgcolor {background-color:#d4224e; } .myforecolor {color:#d4224e; } .mybordercolor {border:3px solid #d4224e; }
#d4224e Text Font Color
<p style="color:#d4224e">Text here</p>
This sample text font color is #d4224e
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.
#d4224e Background Color
<div style="background-color:#d4224e">
Div content here</div>
This div background color is #d4224e
#d4224e Border Color
<div style="border:3px solid #d4224e">
Div here</div>
This div border color is #d4224e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(212,34,78, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d4224e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d4224e; -webkit-box-shadow: 1px 1px 3px 2px #d4224e; box-shadow: 1px 1px 3px 2px #d4224e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(212,34,78, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d4224e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d4224e; -webkit-box-shadow: 1px 1px 3px 2px #d4224e; box-shadow: 1px 1px 3px 2px #d4224e;">
Div content here</div>
This div box has shadow with color #d4224e
Comments
No comments written yet.
Please login to write comment.