Color spaces of #d2abea
RGB | 210 | 171 | 234 |
---|---|---|---|
HSL | 0.77 | 0.60 | 0.79 |
HSV | 277° | 27° | 92° |
CMYK | 0.10 | 0.27 | 0.00 0.08 |
XYZ | 55.9925 | 48.7680 | 84.3039 |
Yxy | 48.7680 | 0.2962 | 0.2579 |
Hunter Lab | 69.8341 | 20.9104 | -22.6912 |
CIE-Lab | 75.3068 | 25.5841 | -26.2252 |
#d2abea color RGB value is (210,171,234).
#d2abea hex color red value is 210, green value is 171 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #d2abea hue: 0.77 , saturation: 0.60 and the lightness value of d2abea is 0.79.
The process color (four color CMYK) of #d2abea color hex is 0.10, 0.27, 0.00, 0.08. Web safe color of #d2abea is #cc99ff. Color #d2abea contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010010 | 10101011 | 11101010 |
Octal | 322 | 253 | 352 |
Decimal | 210 | 171 | 234 |
Hex | D2 | AB | EA |
Shades of #d2abea
Tints of #d2abea
RGB Percentages of Color #d2abea
CMYK Percentages of Color #d2abea
Complementary Color
#d2abea | #c3eaab |
#d2abea Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d2abea Color Preview on White Background
Lorem ipsum dolor sit amet.
#d2abea Color CSS Codes
.mybgcolor {background-color:#d2abea; } .myforecolor {color:#d2abea; } .mybordercolor {border:3px solid #d2abea; }
#d2abea Text Font Color
<p style="color:#d2abea">Text here</p>
This sample text font color is #d2abea
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.
#d2abea Background Color
<div style="background-color:#d2abea">
Div content here</div>
This div background color is #d2abea
#d2abea Border Color
<div style="border:3px solid #d2abea">
Div here</div>
This div border color is #d2abea
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(210,171,234, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d2abea; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d2abea; -webkit-box-shadow: 1px 1px 3px 2px #d2abea; box-shadow: 1px 1px 3px 2px #d2abea; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(210,171,234, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d2abea">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d2abea; -webkit-box-shadow: 1px 1px 3px 2px #d2abea; box-shadow: 1px 1px 3px 2px #d2abea;">
Div content here</div>
This div box has shadow with color #d2abea
#d2abea Color Palettes
Comments
No comments written yet.
Please login to write comment.