Color spaces of #d253ac
RGB | 210 | 83 | 172 |
---|---|---|---|
HSL | 0.88 | 0.59 | 0.57 |
HSV | 318° | 60° | 82° |
CMYK | 0.00 | 0.60 | 0.18 0.18 |
XYZ | 37.1180 | 22.8667 | 41.4871 |
Yxy | 22.8667 | 0.3658 | 0.2254 |
Hunter Lab | 47.8191 | 54.8711 | -17.9656 |
CIE-Lab | 54.9348 | 59.7170 | -22.6919 |
#d253ac color RGB value is (210,83,172).
#d253ac hex color red value is 210, green value is 83 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #d253ac hue: 0.88 , saturation: 0.59 and the lightness value of d253ac is 0.57.
The process color (four color CMYK) of #d253ac color hex is 0.00, 0.60, 0.18, 0.18. Web safe color of #d253ac is #cc6699. Color #d253ac contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010010 | 01010011 | 10101100 |
Octal | 322 | 123 | 254 |
Decimal | 210 | 83 | 172 |
Hex | D2 | 53 | AC |
Shades of #d253ac
Tints of #d253ac
RGB Percentages of Color #d253ac
CMYK Percentages of Color #d253ac
Complementary Color
#d253ac | #53d279 |
#d253ac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d253ac Color Preview on White Background
Lorem ipsum dolor sit amet.
#d253ac Color CSS Codes
.mybgcolor {background-color:#d253ac; } .myforecolor {color:#d253ac; } .mybordercolor {border:3px solid #d253ac; }
#d253ac Text Font Color
<p style="color:#d253ac">Text here</p>
This sample text font color is #d253ac
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.
#d253ac Background Color
<div style="background-color:#d253ac">
Div content here</div>
This div background color is #d253ac
#d253ac Border Color
<div style="border:3px solid #d253ac">
Div here</div>
This div border color is #d253ac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(210,83,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d253ac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d253ac; -webkit-box-shadow: 1px 1px 3px 2px #d253ac; box-shadow: 1px 1px 3px 2px #d253ac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(210,83,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 #d253ac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d253ac; -webkit-box-shadow: 1px 1px 3px 2px #d253ac; box-shadow: 1px 1px 3px 2px #d253ac;">
Div content here</div>
This div box has shadow with color #d253ac
Comments
No comments written yet.
Please login to write comment.