Color spaces of #daabfd
RGB | 218 | 171 | 253 |
---|---|---|---|
HSL | 0.76 | 0.95 | 0.83 |
HSV | 274° | 32° | 99° |
CMYK | 0.14 | 0.32 | 0.00 0.01 |
XYZ | 61.2060 | 51.1231 | 99.5703 |
Yxy | 51.1231 | 0.2888 | 0.2413 |
Hunter Lab | 71.5004 | 27.6744 | -32.5160 |
CIE-Lab | 76.7535 | 31.9731 | -34.2074 |
#daabfd color RGB value is (218,171,253).
#daabfd hex color red value is 218, green value is 171 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #daabfd hue: 0.76 , saturation: 0.95 and the lightness value of daabfd is 0.83.
The process color (four color CMYK) of #daabfd color hex is 0.14, 0.32, 0.00, 0.01. Web safe color of #daabfd is #cc99ff. Color #daabfd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011010 | 10101011 | 11111101 |
Octal | 332 | 253 | 375 |
Decimal | 218 | 171 | 253 |
Hex | DA | AB | FD |
Shades of #daabfd
Tints of #daabfd
RGB Percentages of Color #daabfd
CMYK Percentages of Color #daabfd
Complementary Color
#daabfd | #cefdab |
#daabfd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#daabfd Color Preview on White Background
Lorem ipsum dolor sit amet.
#daabfd Color CSS Codes
.mybgcolor {background-color:#daabfd; } .myforecolor {color:#daabfd; } .mybordercolor {border:3px solid #daabfd; }
#daabfd Text Font Color
<p style="color:#daabfd">Text here</p>
This sample text font color is #daabfd
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.
#daabfd Background Color
<div style="background-color:#daabfd">
Div content here</div>
This div background color is #daabfd
#daabfd Border Color
<div style="border:3px solid #daabfd">
Div here</div>
This div border color is #daabfd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(218,171,253, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #daabfd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #daabfd; -webkit-box-shadow: 1px 1px 3px 2px #daabfd; box-shadow: 1px 1px 3px 2px #daabfd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(218,171,253, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #daabfd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #daabfd; -webkit-box-shadow: 1px 1px 3px 2px #daabfd; box-shadow: 1px 1px 3px 2px #daabfd;">
Div content here</div>
This div box has shadow with color #daabfd
Comments
No comments written yet.
Please login to write comment.