Color spaces of #daabfb
RGB | 218 | 171 | 251 |
---|---|---|---|
HSL | 0.76 | 0.91 | 0.83 |
HSV | 275° | 32° | 98° |
CMYK | 0.13 | 0.32 | 0.00 0.02 |
XYZ | 60.8889 | 50.9963 | 97.9009 |
Yxy | 50.9963 | 0.2902 | 0.2431 |
Hunter Lab | 71.4117 | 27.2269 | -31.2946 |
CIE-Lab | 76.6768 | 31.5569 | -33.2487 |
#daabfb color RGB value is (218,171,251).
#daabfb hex color red value is 218, green value is 171 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #daabfb hue: 0.76 , saturation: 0.91 and the lightness value of daabfb is 0.83.
The process color (four color CMYK) of #daabfb color hex is 0.13, 0.32, 0.00, 0.02. Web safe color of #daabfb is #cc99ff. Color #daabfb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011010 | 10101011 | 11111011 |
Octal | 332 | 253 | 373 |
Decimal | 218 | 171 | 251 |
Hex | DA | AB | FB |
Shades of #daabfb
Tints of #daabfb
RGB Percentages of Color #daabfb
CMYK Percentages of Color #daabfb
Complementary Color
#daabfb | #ccfbab |
#daabfb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#daabfb Color Preview on White Background
Lorem ipsum dolor sit amet.
#daabfb Color CSS Codes
.mybgcolor {background-color:#daabfb; } .myforecolor {color:#daabfb; } .mybordercolor {border:3px solid #daabfb; }
#daabfb Text Font Color
<p style="color:#daabfb">Text here</p>
This sample text font color is #daabfb
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.
#daabfb Background Color
<div style="background-color:#daabfb">
Div content here</div>
This div background color is #daabfb
#daabfb Border Color
<div style="border:3px solid #daabfb">
Div here</div>
This div border color is #daabfb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(218,171,251, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #daabfb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #daabfb; -webkit-box-shadow: 1px 1px 3px 2px #daabfb; box-shadow: 1px 1px 3px 2px #daabfb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(218,171,251, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #daabfb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #daabfb; -webkit-box-shadow: 1px 1px 3px 2px #daabfb; box-shadow: 1px 1px 3px 2px #daabfb;">
Div content here</div>
This div box has shadow with color #daabfb
Comments
No comments written yet.
Please login to write comment.