Color Hex Logo

#e5afde Color Hex

#E5AFDE
(229,175,222)
0 Favorites   0 Comments

Color spaces of #e5afde

RGB 229175222
HSL0.850.510.79
HSV308°24°90°
CMYK 0.000.240.03   0.10
XYZ60.827952.591976.0525
Yxy52.59190.32100.2776
Hunter Lab72.520322.8101-11.4136
CIE-Lab77.633427.2894-16.0151

#e5afde color RGB value is (229,175,222).

#e5afde hex color red value is 229, green value is 175 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #e5afde hue: 0.85 , saturation: 0.51 and the lightness value of e5afde is 0.79.

The process color (four color CMYK) of #e5afde color hex is 0.00, 0.24, 0.03, 0.10. Web safe color of #e5afde is #cc99cc. Color #e5afde contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 10101111 11011110
Octal 345 257 336
Decimal 229 175 222
Hex E5 AF DE

RGB Percentages of Color #e5afde

%36.58
%27.96
%35.46

CMYK Percentages of Color #e5afde

%0
%24
%3
%10

Triadic Colors of #e5afde

#e5afde #dee5af #afdee5

Analogous Colors of #e5afde

#e5afde #e5afc3 #d1afe5

Monochromatic Colors of #e5afde

#e5afde

Complementary Color

#e5afde #afe5b6

#e5afde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5afde Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5afde Color CSS Codes

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

#e5afde Text Font Color

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

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


#e5afde Background Color

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

This div background color is #e5afde


#e5afde Border Color

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

This div border color is #e5afde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5afde


Comments

No comments written yet.

Please login to write comment.