Color Hex Logo

#ea969f Color Hex

#EA969F
(234,150,159)
0 Favorites   0 Comments

Color spaces of #ea969f

RGB 234150159
HSL0.980.670.75
HSV354°36°92°
CMYK 0.000.360.32   0.08
XYZ51.096041.808338.1776
Yxy41.80830.38980.3189
Hunter Lab64.659327.902910.2542
CIE-Lab70.738632.68218.5188

#ea969f color RGB value is (234,150,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10010110 10011111
Octal 352 226 237
Decimal 234 150 159
Hex EA 96 9F

RGB Percentages of Color #ea969f

%43.09
%27.62
%29.28

CMYK Percentages of Color #ea969f

%0
%36
%32
%8

Triadic Colors of #ea969f

#ea969f #9fea96 #969fea

Analogous Colors of #ea969f

#ea969f #eab796 #ea96c9

Monochromatic Colors of #ea969f

#ea969f

Complementary Color

#ea969f #96eae1

#ea969f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea969f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea969f Color CSS Codes

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

#ea969f Text Font Color

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

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


#ea969f Background Color

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

This div background color is #ea969f


#ea969f Border Color

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

This div border color is #ea969f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea969f


Comments

No comments written yet.

Please login to write comment.