Color Hex Logo

#eaa5ef Color Hex

#EAA5EF
(234,165,239)
0 Favorites   0 Comments

Color spaces of #eaa5ef

RGB 234165239
HSL0.820.700.79
HSV296°31°94°
CMYK 0.020.310.00   0.06
XYZ62.966850.634788.1161
Yxy50.63470.31220.2510
Hunter Lab71.158133.4256-23.6091
CIE-Lab76.457237.3517-26.9692

#eaa5ef color RGB value is (234,165,239).

#eaa5ef hex color red value is 234, green value is 165 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #eaa5ef hue: 0.82 , saturation: 0.70 and the lightness value of eaa5ef is 0.79.

The process color (four color CMYK) of #eaa5ef color hex is 0.02, 0.31, 0.00, 0.06. Web safe color of #eaa5ef is #ff99ff. Color #eaa5ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10100101 11101111
Octal 352 245 357
Decimal 234 165 239
Hex EA A5 EF

RGB Percentages of Color #eaa5ef

%36.68
%25.86
%37.46

CMYK Percentages of Color #eaa5ef

%2
%31
%0
%6

Triadic Colors of #eaa5ef

#eaa5ef #efeaa5 #a5efea

Analogous Colors of #eaa5ef

#eaa5ef #efa5cf #c5a5ef

Monochromatic Colors of #eaa5ef

#eaa5ef

Complementary Color

#eaa5ef #aaefa5

#eaa5ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaa5ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaa5ef Color CSS Codes

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

#eaa5ef Text Font Color

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

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


#eaa5ef Background Color

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

This div background color is #eaa5ef


#eaa5ef Border Color

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

This div border color is #eaa5ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaa5ef


Comments

No comments written yet.

Please login to write comment.