Color Hex Logo

#eaafe1 Color Hex

#EAAFE1
(234,175,225)
0 Favorites   0 Comments

Color spaces of #eaafe1

RGB 234175225
HSL0.860.580.80
HSV309°25°92°
CMYK 0.000.250.04   0.08
XYZ62.852353.588678.2651
Yxy53.58860.32280.2752
Hunter Lab73.204225.1506-12.1460
CIE-Lab78.221229.4837-16.7061

#eaafe1 color RGB value is (234,175,225).

#eaafe1 hex color red value is 234, green value is 175 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #eaafe1 hue: 0.86 , saturation: 0.58 and the lightness value of eaafe1 is 0.80.

The process color (four color CMYK) of #eaafe1 color hex is 0.00, 0.25, 0.04, 0.08. Web safe color of #eaafe1 is #ff99cc. Color #eaafe1 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10101111 11100001
Octal 352 257 341
Decimal 234 175 225
Hex EA AF E1

RGB Percentages of Color #eaafe1

%36.91
%27.60
%35.49

CMYK Percentages of Color #eaafe1

%0
%25
%4
%8

Triadic Colors of #eaafe1

#eaafe1 #e1eaaf #afe1ea

Analogous Colors of #eaafe1

#eaafe1 #eaafc4 #d6afea

Monochromatic Colors of #eaafe1

#eaafe1

Complementary Color

#eaafe1 #afeab8

#eaafe1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaafe1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaafe1 Color CSS Codes

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

#eaafe1 Text Font Color

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

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


#eaafe1 Background Color

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

This div background color is #eaafe1


#eaafe1 Border Color

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

This div border color is #eaafe1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaafe1


Comments

No comments written yet.

Please login to write comment.