Color spaces of #db97eb
RGB | 219 | 151 | 235 |
---|---|---|---|
HSL | 0.80 | 0.68 | 0.76 |
HSV | 289° | 36° | 92° |
CMYK | 0.07 | 0.36 | 0.00 0.08 |
XYZ | 55.2754 | 43.1914 | 84.0207 |
Yxy | 43.1914 | 0.3029 | 0.2367 |
Hunter Lab | 65.7202 | 35.1211 | -29.7959 |
CIE-Lab | 71.6847 | 39.3995 | -32.2643 |
#db97eb color RGB value is (219,151,235).
#db97eb hex color red value is 219, green value is 151 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #db97eb hue: 0.80 , saturation: 0.68 and the lightness value of db97eb is 0.76.
The process color (four color CMYK) of #db97eb color hex is 0.07, 0.36, 0.00, 0.08. Web safe color of #db97eb is #cc99ff. Color #db97eb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011011 | 10010111 | 11101011 |
Octal | 333 | 227 | 353 |
Decimal | 219 | 151 | 235 |
Hex | DB | 97 | EB |
Shades of #db97eb
Tints of #db97eb
RGB Percentages of Color #db97eb
CMYK Percentages of Color #db97eb
Complementary Color
#db97eb | #a7eb97 |
#db97eb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#db97eb Color Preview on White Background
Lorem ipsum dolor sit amet.
#db97eb Color CSS Codes
.mybgcolor {background-color:#db97eb; } .myforecolor {color:#db97eb; } .mybordercolor {border:3px solid #db97eb; }
#db97eb Text Font Color
<p style="color:#db97eb">Text here</p>
This sample text font color is #db97eb
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.
#db97eb Background Color
<div style="background-color:#db97eb">
Div content here</div>
This div background color is #db97eb
#db97eb Border Color
<div style="border:3px solid #db97eb">
Div here</div>
This div border color is #db97eb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(219,151,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #db97eb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #db97eb; -webkit-box-shadow: 1px 1px 3px 2px #db97eb; box-shadow: 1px 1px 3px 2px #db97eb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(219,151,235, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #db97eb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #db97eb; -webkit-box-shadow: 1px 1px 3px 2px #db97eb; box-shadow: 1px 1px 3px 2px #db97eb;">
Div content here</div>
This div box has shadow with color #db97eb
Comments
No comments written yet.
Please login to write comment.