Color Hex Logo

#daabe5 Color Hex

#DAABE5
(218,171,229)
0 Favorites   0 Comments

Color spaces of #daabe5

RGB 218171229
HSL0.800.530.78
HSV289°25°90°
CMYK 0.050.250.00   0.10
XYZ57.619249.688480.6827
Yxy49.68840.30650.2643
Hunter Lab70.490022.5501-18.5202
CIE-Lab75.877627.1440-22.5729

#daabe5 color RGB value is (218,171,229).

#daabe5 hex color red value is 218, green value is 171 and the blue value of its RGB is 229. Cylindrical-coordinate representations (also known as HSL) of color #daabe5 hue: 0.80 , saturation: 0.53 and the lightness value of daabe5 is 0.78.

The process color (four color CMYK) of #daabe5 color hex is 0.05, 0.25, 0.00, 0.10. Web safe color of #daabe5 is #cc99cc. Color #daabe5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101011 11100101
Octal 332 253 345
Decimal 218 171 229
Hex DA AB E5

RGB Percentages of Color #daabe5

%35.28
%27.67
%37.06

CMYK Percentages of Color #daabe5

%5
%25
%0
%10

Triadic Colors of #daabe5

#daabe5 #e5daab #abe5da

Analogous Colors of #daabe5

#daabe5 #e5abd3 #bdabe5

Monochromatic Colors of #daabe5

#daabe5

Complementary Color

#daabe5 #b6e5ab

#daabe5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daabe5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daabe5 Color CSS Codes

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

#daabe5 Text Font Color

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

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


#daabe5 Background Color

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

This div background color is #daabe5


#daabe5 Border Color

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

This div border color is #daabe5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daabe5


Comments

No comments written yet.

Please login to write comment.