Color Hex Logo

#e9afe5 Color Hex

#E9AFE5
(233,175,229)
0 Favorites   0 Comments

Color spaces of #e9afe5

RGB 233175229
HSL0.840.570.80
HSV304°25°91°
CMYK 0.000.250.02   0.09
XYZ63.077153.640781.1579
Yxy53.64070.31880.2711
Hunter Lab73.239825.5618-14.4321
CIE-Lab78.251829.8709-18.8342

#e9afe5 color RGB value is (233,175,229).

#e9afe5 hex color red value is 233, green value is 175 and the blue value of its RGB is 229. Cylindrical-coordinate representations (also known as HSL) of color #e9afe5 hue: 0.84 , saturation: 0.57 and the lightness value of e9afe5 is 0.80.

The process color (four color CMYK) of #e9afe5 color hex is 0.00, 0.25, 0.02, 0.09. Web safe color of #e9afe5 is #ff99cc. Color #e9afe5 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 10101111 11100101
Octal 351 257 345
Decimal 233 175 229
Hex E9 AF E5

RGB Percentages of Color #e9afe5

%36.58
%27.47
%35.95

CMYK Percentages of Color #e9afe5

%0
%25
%2
%9

Triadic Colors of #e9afe5

#e9afe5 #e5e9af #afe5e9

Analogous Colors of #e9afe5

#e9afe5 #e9afc8 #d0afe9

Monochromatic Colors of #e9afe5

#e9afe5

Complementary Color

#e9afe5 #afe9b3

#e9afe5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e9afe5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e9afe5 Color CSS Codes

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

#e9afe5 Text Font Color

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

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


#e9afe5 Background Color

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

This div background color is #e9afe5


#e9afe5 Border Color

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

This div border color is #e9afe5


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(233,175,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 #e9afe5">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e9afe5


Comments

No comments written yet.

Please login to write comment.