Color spaces of #d2909e
RGB | 210 | 144 | 158 |
---|---|---|---|
HSL | 0.96 | 0.42 | 0.69 |
HSV | 347° | 31° | 82° |
CMYK | 0.00 | 0.31 | 0.25 0.18 |
XYZ | 42.7232 | 36.1168 | 37.0672 |
Yxy | 36.1168 | 0.3686 | 0.3116 |
Hunter Lab | 60.0973 | 21.7256 | 5.4988 |
CIE-Lab | 66.6091 | 26.9379 | 2.7798 |
#d2909e color RGB value is (210,144,158).
#d2909e hex color red value is 210, green value is 144 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #d2909e hue: 0.96 , saturation: 0.42 and the lightness value of d2909e is 0.69.
The process color (four color CMYK) of #d2909e color hex is 0.00, 0.31, 0.25, 0.18. Web safe color of #d2909e is #cc9999. Color #d2909e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010010 | 10010000 | 10011110 |
Octal | 322 | 220 | 236 |
Decimal | 210 | 144 | 158 |
Hex | D2 | 90 | 9E |
Shades of #d2909e
Tints of #d2909e
RGB Percentages of Color #d2909e
CMYK Percentages of Color #d2909e
Complementary Color
#d2909e | #90d2c4 |
#d2909e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d2909e Color Preview on White Background
Lorem ipsum dolor sit amet.
#d2909e Color CSS Codes
.mybgcolor {background-color:#d2909e; } .myforecolor {color:#d2909e; } .mybordercolor {border:3px solid #d2909e; }
#d2909e Text Font Color
<p style="color:#d2909e">Text here</p>
This sample text font color is #d2909e
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.
#d2909e Background Color
<div style="background-color:#d2909e">
Div content here</div>
This div background color is #d2909e
#d2909e Border Color
<div style="border:3px solid #d2909e">
Div here</div>
This div border color is #d2909e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(210,144,158, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d2909e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d2909e; -webkit-box-shadow: 1px 1px 3px 2px #d2909e; box-shadow: 1px 1px 3px 2px #d2909e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(210,144,158, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d2909e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d2909e; -webkit-box-shadow: 1px 1px 3px 2px #d2909e; box-shadow: 1px 1px 3px 2px #d2909e;">
Div content here</div>
This div box has shadow with color #d2909e
Comments
No comments written yet.
Please login to write comment.