Color Hex Logo

#eaa4ec Color Hex

#EAA4EC
(234,164,236)
0 Favorites   0 Comments

Color spaces of #eaa4ec

RGB 234164236
HSL0.830.650.78
HSV298°31°93°
CMYK 0.010.310.00   0.07
XYZ62.347550.099585.7410
Yxy50.09950.31460.2528
Hunter Lab70.781033.3651-22.2746
CIE-Lab76.130337.3271-25.8430

#eaa4ec color RGB value is (234,164,236).

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

The process color (four color CMYK) of #eaa4ec color hex is 0.01, 0.31, 0.00, 0.07. Web safe color of #eaa4ec is #ff99ff. Color #eaa4ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10100100 11101100
Octal 352 244 354
Decimal 234 164 236
Hex EA A4 EC

RGB Percentages of Color #eaa4ec

%36.91
%25.87
%37.22

CMYK Percentages of Color #eaa4ec

%1
%31
%0
%7

Triadic Colors of #eaa4ec

#eaa4ec #eceaa4 #a4ecea

Analogous Colors of #eaa4ec

#eaa4ec #eca4ca #c6a4ec

Monochromatic Colors of #eaa4ec

#eaa4ec

Complementary Color

#eaa4ec #a6eca4

#eaa4ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaa4ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaa4ec Color CSS Codes

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

#eaa4ec Text Font Color

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

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


#eaa4ec Background Color

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

This div background color is #eaa4ec


#eaa4ec Border Color

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

This div border color is #eaa4ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaa4ec


Comments

No comments written yet.

Please login to write comment.