Color spaces of #d5aabe
RGB | 213 | 170 | 190 |
---|---|---|---|
HSL | 0.92 | 0.34 | 0.75 |
HSV | 332° | 20° | 84° |
CMYK | 0.00 | 0.20 | 0.11 0.16 |
XYZ | 51.1096 | 46.6133 | 55.0187 |
Yxy | 46.6133 | 0.3346 | 0.3052 |
Hunter Lab | 68.2739 | 14.1450 | 0.0128 |
CIE-Lab | 73.9417 | 18.9113 | -4.2272 |
#d5aabe color RGB value is (213,170,190).
#d5aabe hex color red value is 213, green value is 170 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #d5aabe hue: 0.92 , saturation: 0.34 and the lightness value of d5aabe is 0.75.
The process color (four color CMYK) of #d5aabe color hex is 0.00, 0.20, 0.11, 0.16. Web safe color of #d5aabe is #cc99cc. Color #d5aabe contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010101 | 10101010 | 10111110 |
Octal | 325 | 252 | 276 |
Decimal | 213 | 170 | 190 |
Hex | D5 | AA | BE |
Shades of #d5aabe
Tints of #d5aabe
RGB Percentages of Color #d5aabe
CMYK Percentages of Color #d5aabe
Complementary Color
#d5aabe | #aad5c1 |
#d5aabe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d5aabe Color Preview on White Background
Lorem ipsum dolor sit amet.
#d5aabe Color CSS Codes
.mybgcolor {background-color:#d5aabe; } .myforecolor {color:#d5aabe; } .mybordercolor {border:3px solid #d5aabe; }
#d5aabe Text Font Color
<p style="color:#d5aabe">Text here</p>
This sample text font color is #d5aabe
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.
#d5aabe Background Color
<div style="background-color:#d5aabe">
Div content here</div>
This div background color is #d5aabe
#d5aabe Border Color
<div style="border:3px solid #d5aabe">
Div here</div>
This div border color is #d5aabe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(213,170,190, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d5aabe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d5aabe; -webkit-box-shadow: 1px 1px 3px 2px #d5aabe; box-shadow: 1px 1px 3px 2px #d5aabe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(213,170,190, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d5aabe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d5aabe; -webkit-box-shadow: 1px 1px 3px 2px #d5aabe; box-shadow: 1px 1px 3px 2px #d5aabe;">
Div content here</div>
This div box has shadow with color #d5aabe
Comments
No comments written yet.
Please login to write comment.