Color Hex Logo

#daabff Color Hex

#DAABFF
(218,171,255)
0 Favorites   0 Comments

Color spaces of #daabff

RGB 218171255
HSL0.761.000.84
HSV274°33°100°
CMYK 0.150.330.00   0.00
XYZ61.526451.2512101.2574
Yxy51.25120.28750.2395
Hunter Lab71.589928.1255-33.7473
CIE-Lab76.830932.3915-35.1643

#daabff color RGB value is (218,171,255).

#daabff hex color red value is 218, green value is 171 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #daabff hue: 0.76 , saturation: 1.00 and the lightness value of daabff is 0.84.

The process color (four color CMYK) of #daabff color hex is 0.15, 0.33, 0.00, 0.00. Web safe color of #daabff is #cc99ff. Color #daabff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101011 11111111
Octal 332 253 377
Decimal 218 171 255
Hex DA AB FF

RGB Percentages of Color #daabff

%33.85
%26.55
%39.60

CMYK Percentages of Color #daabff

%15
%33
%0
%0

Triadic Colors of #daabff

#daabff #ffdaab #abffda

Analogous Colors of #daabff

#daabff #ffabfa #b0abff

Monochromatic Colors of #daabff

#daabff

Complementary Color

#daabff #d0ffab

#daabff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daabff Color Preview on White Background

Lorem ipsum dolor sit amet.

#daabff Color CSS Codes

.mybgcolor {background-color:#daabff; } 
.myforecolor {color:#daabff; }
.mybordercolor {border:3px solid #daabff; }

#daabff Text Font Color

<p style="color:#daabff">Text here</p>

This sample text font color is #daabff
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.


#daabff Background Color

<div style="background-color:#daabff">
Div content here</div>

This div background color is #daabff


#daabff Border Color

<div style="border:3px solid #daabff">
Div here</div>

This div border color is #daabff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(218,171,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #daabff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #daabff;
  -webkit-box-shadow: 1px 1px 3px 2px #daabff;
  box-shadow:         1px 1px 3px 2px #daabff; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,171,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #daabff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #daabff;
  -webkit-box-shadow: 1px 1px 3px 2px #daabff;
  box-shadow:         1px 1px 3px 2px #daabff;">
Div content here</div>

This div box has shadow with color #daabff


Comments

No comments written yet.

Please login to write comment.