Color Hex Logo

#e5afe0 Color Hex

#E5AFE0
(229,175,224)
0 Favorites   0 Comments

Color spaces of #e5afe0

RGB 229175224
HSL0.850.510.79
HSV306°24°90°
CMYK 0.000.240.02   0.10
XYZ61.097652.699877.4729
Yxy52.69980.31940.2755
Hunter Lab72.594623.1898-12.4580
CIE-Lab77.697427.6495-17.0027

#e5afe0 color RGB value is (229,175,224).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 10101111 11100000
Octal 345 257 340
Decimal 229 175 224
Hex E5 AF E0

RGB Percentages of Color #e5afe0

%36.46
%27.87
%35.67

CMYK Percentages of Color #e5afe0

%0
%24
%2
%10

Triadic Colors of #e5afe0

#e5afe0 #e0e5af #afe0e5

Analogous Colors of #e5afe0

#e5afe0 #e5afc5 #cfafe5

Monochromatic Colors of #e5afe0

#e5afe0

Complementary Color

#e5afe0 #afe5b4

#e5afe0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5afe0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5afe0 Color CSS Codes

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

#e5afe0 Text Font Color

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

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


#e5afe0 Background Color

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

This div background color is #e5afe0


#e5afe0 Border Color

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

This div border color is #e5afe0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5afe0


Comments

No comments written yet.

Please login to write comment.