Color spaces of #d27489
RGB | 210 | 116 | 137 |
---|---|---|---|
HSL | 0.96 | 0.51 | 0.64 |
HSV | 347° | 45° | 82° |
CMYK | 0.00 | 0.45 | 0.35 0.18 |
XYZ | 37.3391 | 27.9986 | 27.1032 |
Yxy | 27.9986 | 0.4039 | 0.3029 |
Hunter Lab | 52.9137 | 33.3614 | 6.6704 |
CIE-Lab | 59.8875 | 39.0933 | 5.0300 |
#d27489 color RGB value is (210,116,137).
#d27489 hex color red value is 210, green value is 116 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #d27489 hue: 0.96 , saturation: 0.51 and the lightness value of d27489 is 0.64.
The process color (four color CMYK) of #d27489 color hex is 0.00, 0.45, 0.35, 0.18. Web safe color of #d27489 is #cc6699. Color #d27489 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010010 | 01110100 | 10001001 |
Octal | 322 | 164 | 211 |
Decimal | 210 | 116 | 137 |
Hex | D2 | 74 | 89 |
Shades of #d27489
Tints of #d27489
RGB Percentages of Color #d27489
CMYK Percentages of Color #d27489
Complementary Color
#d27489 | #74d2bd |
#d27489 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d27489 Color Preview on White Background
Lorem ipsum dolor sit amet.
#d27489 Color CSS Codes
.mybgcolor {background-color:#d27489; } .myforecolor {color:#d27489; } .mybordercolor {border:3px solid #d27489; }
#d27489 Text Font Color
<p style="color:#d27489">Text here</p>
This sample text font color is #d27489
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.
#d27489 Background Color
<div style="background-color:#d27489">
Div content here</div>
This div background color is #d27489
#d27489 Border Color
<div style="border:3px solid #d27489">
Div here</div>
This div border color is #d27489
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(210,116,137, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d27489; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d27489; -webkit-box-shadow: 1px 1px 3px 2px #d27489; box-shadow: 1px 1px 3px 2px #d27489; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(210,116,137, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d27489">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d27489; -webkit-box-shadow: 1px 1px 3px 2px #d27489; box-shadow: 1px 1px 3px 2px #d27489;">
Div content here</div>
This div box has shadow with color #d27489
Comments
No comments written yet.
Please login to write comment.