Color spaces of #db81ee
RGB | 219 | 129 | 238 |
---|---|---|---|
HSL | 0.80 | 0.76 | 0.72 |
HSV | 290° | 46° | 93° |
CMYK | 0.08 | 0.46 | 0.00 0.07 |
XYZ | 52.4963 | 36.9336 | 85.2510 |
Yxy | 36.9336 | 0.3005 | 0.2114 |
Hunter Lab | 60.7730 | 47.8372 | -40.6295 |
CIE-Lab | 67.2272 | 51.4978 | -40.8407 |
#db81ee color RGB value is (219,129,238).
#db81ee hex color red value is 219, green value is 129 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #db81ee hue: 0.80 , saturation: 0.76 and the lightness value of db81ee is 0.72.
The process color (four color CMYK) of #db81ee color hex is 0.08, 0.46, 0.00, 0.07. Web safe color of #db81ee is #cc99ff. Color #db81ee contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011011 | 10000001 | 11101110 |
Octal | 333 | 201 | 356 |
Decimal | 219 | 129 | 238 |
Hex | DB | 81 | EE |
Shades of #db81ee
Tints of #db81ee
RGB Percentages of Color #db81ee
CMYK Percentages of Color #db81ee
Complementary Color
#db81ee | #94ee81 |
#db81ee Color Preview on Black Background
Lorem ipsum dolor sit amet.
#db81ee Color Preview on White Background
Lorem ipsum dolor sit amet.
#db81ee Color CSS Codes
.mybgcolor {background-color:#db81ee; } .myforecolor {color:#db81ee; } .mybordercolor {border:3px solid #db81ee; }
#db81ee Text Font Color
<p style="color:#db81ee">Text here</p>
This sample text font color is #db81ee
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.
#db81ee Background Color
<div style="background-color:#db81ee">
Div content here</div>
This div background color is #db81ee
#db81ee Border Color
<div style="border:3px solid #db81ee">
Div here</div>
This div border color is #db81ee
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(219,129,238, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #db81ee; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #db81ee; -webkit-box-shadow: 1px 1px 3px 2px #db81ee; box-shadow: 1px 1px 3px 2px #db81ee; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(219,129,238, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #db81ee">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #db81ee; -webkit-box-shadow: 1px 1px 3px 2px #db81ee; box-shadow: 1px 1px 3px 2px #db81ee;">
Div content here</div>
This div box has shadow with color #db81ee
Comments
No comments written yet.
Please login to write comment.