Color Hex Logo

#ea968f Color Hex

#EA968F
(234,150,143)
0 Favorites   0 Comments

Color spaces of #ea968f

RGB 234150143
HSL0.010.680.74
HSV39°92°
CMYK 0.000.360.39   0.08
XYZ49.796041.288331.3315
Yxy41.28830.40680.3373
Hunter Lab64.256025.882916.0691
CIE-Lab70.377430.761116.8872

#ea968f color RGB value is (234,150,143).

#ea968f hex color red value is 234, green value is 150 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #ea968f hue: 0.01 , saturation: 0.68 and the lightness value of ea968f is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10010110 10001111
Octal 352 226 217
Decimal 234 150 143
Hex EA 96 8F

RGB Percentages of Color #ea968f

%44.40
%28.46
%27.13

CMYK Percentages of Color #ea968f

%0
%36
%39
%8

Triadic Colors of #ea968f

#ea968f #8fea96 #968fea

Analogous Colors of #ea968f

#ea968f #eac48f #ea8fb6

Monochromatic Colors of #ea968f

#ea968f

Complementary Color

#ea968f #8fe3ea

#ea968f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea968f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea968f Color CSS Codes

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

#ea968f Text Font Color

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

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


#ea968f Background Color

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

This div background color is #ea968f


#ea968f Border Color

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

This div border color is #ea968f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea968f


Comments

No comments written yet.

Please login to write comment.