Color Hex Logo

#daafe7 Color Hex

#DAAFE7
(218,175,231)
0 Favorites   0 Comments

Color spaces of #daafe7

RGB 218175231
HSL0.790.540.80
HSV286°24°91°
CMYK 0.060.240.00   0.09
XYZ58.667251.334982.4178
Yxy51.33490.30490.2668
Hunter Lab71.648420.7749-18.0480
CIE-Lab76.881425.3673-22.1304

#daafe7 color RGB value is (218,175,231).

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

The process color (four color CMYK) of #daafe7 color hex is 0.06, 0.24, 0.00, 0.09. Web safe color of #daafe7 is #cc99ff. Color #daafe7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101111 11100111
Octal 332 257 347
Decimal 218 175 231
Hex DA AF E7

RGB Percentages of Color #daafe7

%34.94
%28.04
%37.02

CMYK Percentages of Color #daafe7

%6
%24
%0
%9

Triadic Colors of #daafe7

#daafe7 #e7daaf #afe7da

Analogous Colors of #daafe7

#daafe7 #e7afd8 #beafe7

Monochromatic Colors of #daafe7

#daafe7

Complementary Color

#daafe7 #bce7af

#daafe7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daafe7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daafe7 Color CSS Codes

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

#daafe7 Text Font Color

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

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


#daafe7 Background Color

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

This div background color is #daafe7


#daafe7 Border Color

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

This div border color is #daafe7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daafe7


Comments

No comments written yet.

Please login to write comment.