Color Hex Logo

#eac7ea Color Hex

#EAC7EA
(234,199,234)
0 Favorites   0 Comments

Color spaces of #eac7ea

RGB 234199234
HSL0.830.450.85
HSV300°15°92°
CMYK 0.000.150.00   0.08
XYZ69.206464.279886.6016
Yxy64.27980.31440.2921
Hunter Lab80.174713.7746-7.9205
CIE-Lab84.111218.3066-12.6986

#eac7ea color RGB value is (234,199,234).

#eac7ea hex color red value is 234, green value is 199 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #eac7ea hue: 0.83 , saturation: 0.45 and the lightness value of eac7ea is 0.85.

The process color (four color CMYK) of #eac7ea color hex is 0.00, 0.15, 0.00, 0.08. Web safe color of #eac7ea is #ffccff. Color #eac7ea contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11000111 11101010
Octal 352 307 352
Decimal 234 199 234
Hex EA C7 EA

RGB Percentages of Color #eac7ea

%35.08
%29.84
%35.08

CMYK Percentages of Color #eac7ea

%0
%15
%0
%8

Triadic Colors of #eac7ea

#eac7ea #eaeac7 #c7eaea

Analogous Colors of #eac7ea

#eac7ea #eac7d9 #d9c7ea

Monochromatic Colors of #eac7ea

#eac7ea

Complementary Color

#eac7ea #c7eac7

#eac7ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eac7ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#eac7ea Color CSS Codes

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

#eac7ea Text Font Color

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

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


#eac7ea Background Color

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

This div background color is #eac7ea


#eac7ea Border Color

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

This div border color is #eac7ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eac7ea


Comments

No comments written yet.

Please login to write comment.