Color Hex Logo

#daafe2 Color Hex

#DAAFE2
(218,175,226)
0 Favorites   0 Comments

Color spaces of #daafe2

RGB 218175226
HSL0.810.470.79
HSV291°23°89°
CMYK 0.040.230.00   0.11
XYZ57.970951.056478.7510
Yxy51.05640.30870.2719
Hunter Lab71.453819.7741-15.3274
CIE-Lab76.713224.4017-19.6763

#daafe2 color RGB value is (218,175,226).

#daafe2 hex color red value is 218, green value is 175 and the blue value of its RGB is 226. Cylindrical-coordinate representations (also known as HSL) of color #daafe2 hue: 0.81 , saturation: 0.47 and the lightness value of daafe2 is 0.79.

The process color (four color CMYK) of #daafe2 color hex is 0.04, 0.23, 0.00, 0.11. Web safe color of #daafe2 is #cc99cc. Color #daafe2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101111 11100010
Octal 332 257 342
Decimal 218 175 226
Hex DA AF E2

RGB Percentages of Color #daafe2

%35.22
%28.27
%36.51

CMYK Percentages of Color #daafe2

%4
%23
%0
%11

Triadic Colors of #daafe2

#daafe2 #e2daaf #afe2da

Analogous Colors of #daafe2

#daafe2 #e2afd1 #c1afe2

Monochromatic Colors of #daafe2

#daafe2

Complementary Color

#daafe2 #b7e2af

#daafe2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daafe2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daafe2 Color CSS Codes

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

#daafe2 Text Font Color

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

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


#daafe2 Background Color

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

This div background color is #daafe2


#daafe2 Border Color

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

This div border color is #daafe2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daafe2


Comments

No comments written yet.

Please login to write comment.