Color Hex Logo

#ea8aec Color Hex

#EA8AEC
(234,138,236)
0 Favorites   0 Comments

Color spaces of #ea8aec

RGB 234138236
HSL0.830.720.73
HSV299°42°93°
CMYK 0.010.420.00   0.07
XYZ58.160541.725584.3453
Yxy41.72550.31570.2265
Hunter Lab64.595347.6767-32.2012
CIE-Lab70.681350.8630-34.2303

#ea8aec color RGB value is (234,138,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10001010 11101100
Octal 352 212 354
Decimal 234 138 236
Hex EA 8A EC

RGB Percentages of Color #ea8aec

%38.49
%22.70
%38.82

CMYK Percentages of Color #ea8aec

%1
%42
%0
%7

Triadic Colors of #ea8aec

#ea8aec #ecea8a #8aecea

Analogous Colors of #ea8aec

#ea8aec #ec8abd #b98aec

Monochromatic Colors of #ea8aec

#ea8aec

Complementary Color

#ea8aec #8cec8a

#ea8aec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea8aec Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea8aec Color CSS Codes

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

#ea8aec Text Font Color

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

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


#ea8aec Background Color

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

This div background color is #ea8aec


#ea8aec Border Color

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

This div border color is #ea8aec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea8aec


Comments

No comments written yet.

Please login to write comment.