Color Hex Logo

#ea858e Color Hex

#EA858E
(234,133,142)
0 Favorites   0 Comments

Color spaces of #ea858e

RGB 234133142
HSL0.990.710.72
HSV355°43°92°
CMYK 0.000.430.39   0.08
XYZ47.201736.220530.0946
Yxy36.22050.41580.3191
Hunter Lab60.183534.675912.4806
CIE-Lab66.688139.538412.2871

#ea858e color RGB value is (234,133,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10000101 10001110
Octal 352 205 216
Decimal 234 133 142
Hex EA 85 8E

RGB Percentages of Color #ea858e

%45.97
%26.13
%27.90

CMYK Percentages of Color #ea858e

%0
%43
%39
%8

Triadic Colors of #ea858e

#ea858e #8eea85 #858eea

Analogous Colors of #ea858e

#ea858e #eaaf85 #ea85c1

Monochromatic Colors of #ea858e

#ea858e

Complementary Color

#ea858e #85eae1

#ea858e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea858e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea858e Color CSS Codes

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

#ea858e Text Font Color

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

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


#ea858e Background Color

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

This div background color is #ea858e


#ea858e Border Color

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

This div border color is #ea858e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea858e


Comments

No comments written yet.

Please login to write comment.