Color Hex Logo

#ea949e Color Hex

#EA949E
(234,148,158)
0 Favorites   0 Comments

Color spaces of #ea949e

RGB 234148158
HSL0.980.670.75
HSV353°37°92°
CMYK 0.000.370.32   0.08
XYZ50.693141.140937.6169
Yxy41.14090.39160.3178
Hunter Lab64.141228.828010.1270
CIE-Lab70.274533.61088.4126

#ea949e color RGB value is (234,148,158).

#ea949e hex color red value is 234, green value is 148 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #ea949e hue: 0.98 , saturation: 0.67 and the lightness value of ea949e is 0.75.

The process color (four color CMYK) of #ea949e color hex is 0.00, 0.37, 0.32, 0.08. Web safe color of #ea949e is #ff9999. Color #ea949e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10010100 10011110
Octal 352 224 236
Decimal 234 148 158
Hex EA 94 9E

RGB Percentages of Color #ea949e

%43.33
%27.41
%29.26

CMYK Percentages of Color #ea949e

%0
%37
%32
%8

Triadic Colors of #ea949e

#ea949e #9eea94 #949eea

Analogous Colors of #ea949e

#ea949e #eab594 #ea94c9

Monochromatic Colors of #ea949e

#ea949e

Complementary Color

#ea949e #94eae0

#ea949e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea949e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea949e Color CSS Codes

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

#ea949e Text Font Color

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

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


#ea949e Background Color

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

This div background color is #ea949e


#ea949e Border Color

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

This div border color is #ea949e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea949e


Comments

No comments written yet.

Please login to write comment.