Color Hex Logo

#ea95ac Color Hex

#EA95AC
(234,149,172)
0 Favorites   0 Comments

Color spaces of #ea95ac

RGB 234149172
HSL0.950.670.75
HSV344°36°92°
CMYK 0.000.360.26   0.08
XYZ52.125541.965944.3826
Yxy41.96590.37640.3031
Hunter Lab64.781130.26144.7262
CIE-Lab70.847434.92531.4461

#ea95ac color RGB value is (234,149,172).

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

The process color (four color CMYK) of #ea95ac color hex is 0.00, 0.36, 0.26, 0.08. Web safe color of #ea95ac is #ff9999. Color #ea95ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10010101 10101100
Octal 352 225 254
Decimal 234 149 172
Hex EA 95 AC

RGB Percentages of Color #ea95ac

%42.16
%26.85
%30.99

CMYK Percentages of Color #ea95ac

%0
%36
%26
%8

Triadic Colors of #ea95ac

#ea95ac #acea95 #95acea

Analogous Colors of #ea95ac

#ea95ac #eaa995 #ea95d7

Monochromatic Colors of #ea95ac

#ea95ac

Complementary Color

#ea95ac #95ead3

#ea95ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea95ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea95ac Color CSS Codes

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

#ea95ac Text Font Color

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

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


#ea95ac Background Color

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

This div background color is #ea95ac


#ea95ac Border Color

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

This div border color is #ea95ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea95ac


Comments

No comments written yet.

Please login to write comment.