Color Hex Logo

#eaa5eb Color Hex

#EAA5EB
(234,165,235)
0 Favorites   0 Comments

Color spaces of #eaa5eb

RGB 234165235
HSL0.830.640.78
HSV299°30°92°
CMYK 0.000.300.00   0.08
XYZ62.382250.400985.0377
Yxy50.40090.31530.2548
Hunter Lab70.993632.6095-21.3234
CIE-Lab76.314736.6129-25.0187

#eaa5eb color RGB value is (234,165,235).

#eaa5eb hex color red value is 234, green value is 165 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #eaa5eb hue: 0.83 , saturation: 0.64 and the lightness value of eaa5eb is 0.78.

The process color (four color CMYK) of #eaa5eb color hex is 0.00, 0.30, 0.00, 0.08. Web safe color of #eaa5eb is #ff99ff. Color #eaa5eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10100101 11101011
Octal 352 245 353
Decimal 234 165 235
Hex EA A5 EB

RGB Percentages of Color #eaa5eb

%36.91
%26.03
%37.07

CMYK Percentages of Color #eaa5eb

%0
%30
%0
%8

Triadic Colors of #eaa5eb

#eaa5eb #ebeaa5 #a5ebea

Analogous Colors of #eaa5eb

#eaa5eb #eba5c9 #c7a5eb

Monochromatic Colors of #eaa5eb

#eaa5eb

Complementary Color

#eaa5eb #a6eba5

#eaa5eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaa5eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaa5eb Color CSS Codes

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

#eaa5eb Text Font Color

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

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


#eaa5eb Background Color

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

This div background color is #eaa5eb


#eaa5eb Border Color

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

This div border color is #eaa5eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaa5eb


Comments

No comments written yet.

Please login to write comment.