Color spaces of #d22cac
RGB | 210 | 44 | 172 |
---|---|---|---|
HSL | 0.87 | 0.65 | 0.50 |
HSV | 314° | 79° | 82° |
CMYK | 0.00 | 0.79 | 0.18 0.18 |
XYZ | 34.9254 | 18.4816 | 40.7562 |
Yxy | 18.4816 | 0.3709 | 0.1963 |
Hunter Lab | 42.9902 | 69.7811 | -26.1158 |
CIE-Lab | 50.0751 | 73.3210 | -30.2141 |
#d22cac color RGB value is (210,44,172).
#d22cac hex color red value is 210, green value is 44 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #d22cac hue: 0.87 , saturation: 0.65 and the lightness value of d22cac is 0.50.
The process color (four color CMYK) of #d22cac color hex is 0.00, 0.79, 0.18, 0.18. Web safe color of #d22cac is #cc3399. Color #d22cac contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010010 | 00101100 | 10101100 |
Octal | 322 | 54 | 254 |
Decimal | 210 | 44 | 172 |
Hex | D2 | 2C | AC |
Shades of #d22cac
Tints of #d22cac
RGB Percentages of Color #d22cac
CMYK Percentages of Color #d22cac
Complementary Color
#d22cac | #2cd252 |
#d22cac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d22cac Color Preview on White Background
Lorem ipsum dolor sit amet.
#d22cac Color CSS Codes
.mybgcolor {background-color:#d22cac; } .myforecolor {color:#d22cac; } .mybordercolor {border:3px solid #d22cac; }
#d22cac Text Font Color
<p style="color:#d22cac">Text here</p>
This sample text font color is #d22cac
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.
#d22cac Background Color
<div style="background-color:#d22cac">
Div content here</div>
This div background color is #d22cac
#d22cac Border Color
<div style="border:3px solid #d22cac">
Div here</div>
This div border color is #d22cac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(210,44,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d22cac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d22cac; -webkit-box-shadow: 1px 1px 3px 2px #d22cac; box-shadow: 1px 1px 3px 2px #d22cac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(210,44,172, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d22cac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d22cac; -webkit-box-shadow: 1px 1px 3px 2px #d22cac; box-shadow: 1px 1px 3px 2px #d22cac;">
Div content here</div>
This div box has shadow with color #d22cac
Comments
No comments written yet.
Please login to write comment.