Color Hex Logo

#ea858f Color Hex

#EA858F
(234,133,143)
0 Favorites   0 Comments

Color spaces of #ea858f

RGB 234133143
HSL0.980.710.72
HSV354°43°92°
CMYK 0.000.430.39   0.08
XYZ47.277136.250730.4919
Yxy36.25070.41460.3179
Hunter Lab60.208634.797212.1193
CIE-Lab66.711039.650111.7559

#ea858f color RGB value is (234,133,143).

#ea858f hex color red value is 234, green value is 133 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #ea858f hue: 0.98 , saturation: 0.71 and the lightness value of ea858f is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10000101 10001111
Octal 352 205 217
Decimal 234 133 143
Hex EA 85 8F

RGB Percentages of Color #ea858f

%45.88
%26.08
%28.04

CMYK Percentages of Color #ea858f

%0
%43
%39
%8

Triadic Colors of #ea858f

#ea858f #8fea85 #858fea

Analogous Colors of #ea858f

#ea858f #eaae85 #ea85c2

Monochromatic Colors of #ea858f

#ea858f

Complementary Color

#ea858f #85eae0

#ea858f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea858f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea858f Color CSS Codes

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

#ea858f Text Font Color

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

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


#ea858f Background Color

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

This div background color is #ea858f


#ea858f Border Color

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

This div border color is #ea858f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(234,133,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 #ea858f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea858f


Comments

No comments written yet.

Please login to write comment.