Color spaces of #d2526e
RGB | 210 | 82 | 110 |
---|---|---|---|
HSL | 0.96 | 0.59 | 0.57 |
HSV | 347° | 61° | 82° |
CMYK | 0.00 | 0.61 | 0.48 0.18 |
XYZ | 32.4101 | 20.8620 | 17.0704 |
Yxy | 20.8620 | 0.4607 | 0.2966 |
Hunter Lab | 45.6749 | 46.7292 | 9.8136 |
CIE-Lab | 52.7981 | 52.7714 | 10.7747 |
#d2526e color RGB value is (210,82,110).
#d2526e hex color red value is 210, green value is 82 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #d2526e hue: 0.96 , saturation: 0.59 and the lightness value of d2526e is 0.57.
The process color (four color CMYK) of #d2526e color hex is 0.00, 0.61, 0.48, 0.18. Web safe color of #d2526e is #cc6666. Color #d2526e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010010 | 01010010 | 01101110 |
Octal | 322 | 122 | 156 |
Decimal | 210 | 82 | 110 |
Hex | D2 | 52 | 6E |
Shades of #d2526e
Tints of #d2526e
RGB Percentages of Color #d2526e
CMYK Percentages of Color #d2526e
Complementary Color
#d2526e | #52d2b6 |
#d2526e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d2526e Color Preview on White Background
Lorem ipsum dolor sit amet.
#d2526e Color CSS Codes
.mybgcolor {background-color:#d2526e; } .myforecolor {color:#d2526e; } .mybordercolor {border:3px solid #d2526e; }
#d2526e Text Font Color
<p style="color:#d2526e">Text here</p>
This sample text font color is #d2526e
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.
#d2526e Background Color
<div style="background-color:#d2526e">
Div content here</div>
This div background color is #d2526e
#d2526e Border Color
<div style="border:3px solid #d2526e">
Div here</div>
This div border color is #d2526e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(210,82,110, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d2526e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d2526e; -webkit-box-shadow: 1px 1px 3px 2px #d2526e; box-shadow: 1px 1px 3px 2px #d2526e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(210,82,110, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d2526e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d2526e; -webkit-box-shadow: 1px 1px 3px 2px #d2526e; box-shadow: 1px 1px 3px 2px #d2526e;">
Div content here</div>
This div box has shadow with color #d2526e
Comments
No comments written yet.
Please login to write comment.