Color spaces of #dbafe1
RGB | 219 | 175 | 225 |
---|---|---|---|
HSL | 0.81 | 0.45 | 0.78 |
HSV | 293° | 22° | 88° |
CMYK | 0.03 | 0.22 | 0.00 0.12 |
XYZ | 58.1340 | 51.1563 | 78.0443 |
Yxy | 51.1563 | 0.3103 | 0.2731 |
Hunter Lab | 71.5236 | 19.9174 | -14.6288 |
CIE-Lab | 76.7736 | 24.5385 | -19.0334 |
#dbafe1 color RGB value is (219,175,225).
#dbafe1 hex color red value is 219, green value is 175 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #dbafe1 hue: 0.81 , saturation: 0.45 and the lightness value of dbafe1 is 0.78.
The process color (four color CMYK) of #dbafe1 color hex is 0.03, 0.22, 0.00, 0.12. Web safe color of #dbafe1 is #cc99cc. Color #dbafe1 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011011 | 10101111 | 11100001 |
Octal | 333 | 257 | 341 |
Decimal | 219 | 175 | 225 |
Hex | DB | AF | E1 |
Shades of #dbafe1
Tints of #dbafe1
RGB Percentages of Color #dbafe1
CMYK Percentages of Color #dbafe1
Complementary Color
#dbafe1 | #b5e1af |
#dbafe1 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dbafe1 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dbafe1 Color CSS Codes
.mybgcolor {background-color:#dbafe1; } .myforecolor {color:#dbafe1; } .mybordercolor {border:3px solid #dbafe1; }
#dbafe1 Text Font Color
<p style="color:#dbafe1">Text here</p>
This sample text font color is #dbafe1
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.
#dbafe1 Background Color
<div style="background-color:#dbafe1">
Div content here</div>
This div background color is #dbafe1
#dbafe1 Border Color
<div style="border:3px solid #dbafe1">
Div here</div>
This div border color is #dbafe1
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(219,175,225, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dbafe1; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dbafe1; -webkit-box-shadow: 1px 1px 3px 2px #dbafe1; box-shadow: 1px 1px 3px 2px #dbafe1; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(219,175,225, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dbafe1">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dbafe1; -webkit-box-shadow: 1px 1px 3px 2px #dbafe1; box-shadow: 1px 1px 3px 2px #dbafe1;">
Div content here</div>
This div box has shadow with color #dbafe1
Comments
No comments written yet.
Please login to write comment.