Color spaces of #db9aea
RGB | 219 | 154 | 234 |
---|---|---|---|
HSL | 0.80 | 0.66 | 0.76 |
HSV | 289° | 34° | 92° |
CMYK | 0.06 | 0.34 | 0.00 0.08 |
XYZ | 55.6203 | 44.1118 | 83.4248 |
Yxy | 44.1118 | 0.3037 | 0.2408 |
Hunter Lab | 66.4167 | 33.2546 | -27.9814 |
CIE-Lab | 72.3032 | 37.5999 | -30.7633 |
#db9aea color RGB value is (219,154,234).
#db9aea hex color red value is 219, green value is 154 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #db9aea hue: 0.80 , saturation: 0.66 and the lightness value of db9aea is 0.76.
The process color (four color CMYK) of #db9aea color hex is 0.06, 0.34, 0.00, 0.08. Web safe color of #db9aea is #cc99ff. Color #db9aea contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011011 | 10011010 | 11101010 |
Octal | 333 | 232 | 352 |
Decimal | 219 | 154 | 234 |
Hex | DB | 9A | EA |
Shades of #db9aea
Tints of #db9aea
RGB Percentages of Color #db9aea
CMYK Percentages of Color #db9aea
Complementary Color
#db9aea | #a9ea9a |
#db9aea Color Preview on Black Background
Lorem ipsum dolor sit amet.
#db9aea Color Preview on White Background
Lorem ipsum dolor sit amet.
#db9aea Color CSS Codes
.mybgcolor {background-color:#db9aea; } .myforecolor {color:#db9aea; } .mybordercolor {border:3px solid #db9aea; }
#db9aea Text Font Color
<p style="color:#db9aea">Text here</p>
This sample text font color is #db9aea
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.
#db9aea Background Color
<div style="background-color:#db9aea">
Div content here</div>
This div background color is #db9aea
#db9aea Border Color
<div style="border:3px solid #db9aea">
Div here</div>
This div border color is #db9aea
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(219,154,234, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #db9aea; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #db9aea; -webkit-box-shadow: 1px 1px 3px 2px #db9aea; box-shadow: 1px 1px 3px 2px #db9aea; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(219,154,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 #db9aea">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #db9aea; -webkit-box-shadow: 1px 1px 3px 2px #db9aea; box-shadow: 1px 1px 3px 2px #db9aea;">
Div content here</div>
This div box has shadow with color #db9aea
Comments
No comments written yet.
Please login to write comment.