Color spaces of #dbb5ea
RGB | 219 | 181 | 234 |
---|---|---|---|
HSL | 0.79 | 0.56 | 0.81 |
HSV | 283° | 23° | 92° |
CMYK | 0.06 | 0.23 | 0.00 0.08 |
XYZ | 60.5886 | 54.0483 | 85.0809 |
Yxy | 54.0483 | 0.3034 | 0.2706 |
Hunter Lab | 73.5175 | 18.4529 | -17.1533 |
CIE-Lab | 78.4899 | 23.0320 | -21.2996 |
#dbb5ea color RGB value is (219,181,234).
#dbb5ea hex color red value is 219, green value is 181 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #dbb5ea hue: 0.79 , saturation: 0.56 and the lightness value of dbb5ea is 0.81.
The process color (four color CMYK) of #dbb5ea color hex is 0.06, 0.23, 0.00, 0.08. Web safe color of #dbb5ea is #ccccff. Color #dbb5ea contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011011 | 10110101 | 11101010 |
Octal | 333 | 265 | 352 |
Decimal | 219 | 181 | 234 |
Hex | DB | B5 | EA |
Shades of #dbb5ea
Tints of #dbb5ea
RGB Percentages of Color #dbb5ea
CMYK Percentages of Color #dbb5ea
Complementary Color
#dbb5ea | #c4eab5 |
#dbb5ea Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dbb5ea Color Preview on White Background
Lorem ipsum dolor sit amet.
#dbb5ea Color CSS Codes
.mybgcolor {background-color:#dbb5ea; } .myforecolor {color:#dbb5ea; } .mybordercolor {border:3px solid #dbb5ea; }
#dbb5ea Text Font Color
<p style="color:#dbb5ea">Text here</p>
This sample text font color is #dbb5ea
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.
#dbb5ea Background Color
<div style="background-color:#dbb5ea">
Div content here</div>
This div background color is #dbb5ea
#dbb5ea Border Color
<div style="border:3px solid #dbb5ea">
Div here</div>
This div border color is #dbb5ea
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(219,181,234, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dbb5ea; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dbb5ea; -webkit-box-shadow: 1px 1px 3px 2px #dbb5ea; box-shadow: 1px 1px 3px 2px #dbb5ea; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(219,181,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 #dbb5ea">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dbb5ea; -webkit-box-shadow: 1px 1px 3px 2px #dbb5ea; box-shadow: 1px 1px 3px 2px #dbb5ea;">
Div content here</div>
This div box has shadow with color #dbb5ea
Comments
No comments written yet.
Please login to write comment.