Color Hex Logo

#daabea Color Hex

#DAABEA
(218,171,234)
0 Favorites   0 Comments

Color spaces of #daabea

RGB 218171234
HSL0.790.600.79
HSV285°27°92°
CMYK 0.070.270.00   0.08
XYZ58.327649.971884.4132
Yxy49.97180.30270.2593
Hunter Lab70.690723.5733-21.3158
CIE-Lab76.051928.1196-25.0198

#daabea color RGB value is (218,171,234).

#daabea hex color red value is 218, green value is 171 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #daabea hue: 0.79 , saturation: 0.60 and the lightness value of daabea is 0.79.

The process color (four color CMYK) of #daabea color hex is 0.07, 0.27, 0.00, 0.08. Web safe color of #daabea is #cc99ff. Color #daabea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101011 11101010
Octal 332 253 352
Decimal 218 171 234
Hex DA AB EA

RGB Percentages of Color #daabea

%34.99
%27.45
%37.56

CMYK Percentages of Color #daabea

%7
%27
%0
%8

Triadic Colors of #daabea

#daabea #eadaab #abeada

Analogous Colors of #daabea

#daabea #eaabdb #bbabea

Monochromatic Colors of #daabea

#daabea

Complementary Color

#daabea #bbeaab

#daabea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daabea Color Preview on White Background

Lorem ipsum dolor sit amet.

#daabea Color CSS Codes

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

#daabea Text Font Color

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

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


#daabea Background Color

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

This div background color is #daabea


#daabea Border Color

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

This div border color is #daabea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daabea


Comments

No comments written yet.

Please login to write comment.