Color spaces of #d5908a
RGB | 213 | 144 | 138 |
---|---|---|---|
HSL | 0.01 | 0.47 | 0.69 |
HSV | 5° | 35° | 84° |
CMYK | 0.00 | 0.32 | 0.35 0.16 |
XYZ | 42.0013 | 35.9276 | 28.7658 |
Yxy | 35.9276 | 0.3937 | 0.3367 |
Hunter Lab | 59.9396 | 20.1853 | 13.5037 |
CIE-Lab | 66.4646 | 25.3912 | 13.8481 |
#d5908a color RGB value is (213,144,138).
#d5908a hex color red value is 213, green value is 144 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #d5908a hue: 0.01 , saturation: 0.47 and the lightness value of d5908a is 0.69.
The process color (four color CMYK) of #d5908a color hex is 0.00, 0.32, 0.35, 0.16. Web safe color of #d5908a is #cc9999. Color #d5908a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010101 | 10010000 | 10001010 |
Octal | 325 | 220 | 212 |
Decimal | 213 | 144 | 138 |
Hex | D5 | 90 | 8A |
Shades of #d5908a
Tints of #d5908a
RGB Percentages of Color #d5908a
CMYK Percentages of Color #d5908a
Complementary Color
#d5908a | #8acfd5 |
#d5908a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d5908a Color Preview on White Background
Lorem ipsum dolor sit amet.
#d5908a Color CSS Codes
.mybgcolor {background-color:#d5908a; } .myforecolor {color:#d5908a; } .mybordercolor {border:3px solid #d5908a; }
#d5908a Text Font Color
<p style="color:#d5908a">Text here</p>
This sample text font color is #d5908a
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.
#d5908a Background Color
<div style="background-color:#d5908a">
Div content here</div>
This div background color is #d5908a
#d5908a Border Color
<div style="border:3px solid #d5908a">
Div here</div>
This div border color is #d5908a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(213,144,138, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d5908a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d5908a; -webkit-box-shadow: 1px 1px 3px 2px #d5908a; box-shadow: 1px 1px 3px 2px #d5908a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(213,144,138, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d5908a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d5908a; -webkit-box-shadow: 1px 1px 3px 2px #d5908a; box-shadow: 1px 1px 3px 2px #d5908a;">
Div content here</div>
This div box has shadow with color #d5908a
Comments
No comments written yet.
Please login to write comment.