Color spaces of #dbabfa
RGB | 219 | 171 | 250 |
---|---|---|---|
HSL | 0.77 | 0.89 | 0.83 |
HSV | 276° | 32° | 98° |
CMYK | 0.12 | 0.32 | 0.00 0.02 |
XYZ | 61.0316 | 51.0880 | 97.0867 |
Yxy | 51.0880 | 0.2917 | 0.2442 |
Hunter Lab | 71.4759 | 27.3343 | -30.5013 |
CIE-Lab | 76.7323 | 31.6541 | -32.6164 |
#dbabfa color RGB value is (219,171,250).
#dbabfa hex color red value is 219, green value is 171 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #dbabfa hue: 0.77 , saturation: 0.89 and the lightness value of dbabfa is 0.83.
The process color (four color CMYK) of #dbabfa color hex is 0.12, 0.32, 0.00, 0.02. Web safe color of #dbabfa is #cc99ff. Color #dbabfa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011011 | 10101011 | 11111010 |
Octal | 333 | 253 | 372 |
Decimal | 219 | 171 | 250 |
Hex | DB | AB | FA |
Shades of #dbabfa
Tints of #dbabfa
RGB Percentages of Color #dbabfa
CMYK Percentages of Color #dbabfa
Complementary Color
#dbabfa | #cafaab |
#dbabfa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dbabfa Color Preview on White Background
Lorem ipsum dolor sit amet.
#dbabfa Color CSS Codes
.mybgcolor {background-color:#dbabfa; } .myforecolor {color:#dbabfa; } .mybordercolor {border:3px solid #dbabfa; }
#dbabfa Text Font Color
<p style="color:#dbabfa">Text here</p>
This sample text font color is #dbabfa
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.
#dbabfa Background Color
<div style="background-color:#dbabfa">
Div content here</div>
This div background color is #dbabfa
#dbabfa Border Color
<div style="border:3px solid #dbabfa">
Div here</div>
This div border color is #dbabfa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(219,171,250, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dbabfa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dbabfa; -webkit-box-shadow: 1px 1px 3px 2px #dbabfa; box-shadow: 1px 1px 3px 2px #dbabfa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(219,171,250, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dbabfa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dbabfa; -webkit-box-shadow: 1px 1px 3px 2px #dbabfa; box-shadow: 1px 1px 3px 2px #dbabfa;">
Div content here</div>
This div box has shadow with color #dbabfa
Comments
No comments written yet.
Please login to write comment.