Color Hex Logo

#ea869e Color Hex

#EA869E
(234,134,158)
0 Favorites   0 Comments

Color spaces of #ea869e

RGB 234134158
HSL0.960.700.72
HSV346°43°92°
CMYK 0.000.430.32   0.08
XYZ48.628337.011236.9286
Yxy37.01120.39670.3020
Hunter Lab60.836836.21486.5961
CIE-Lab67.285440.91314.1202

#ea869e color RGB value is (234,134,158).

#ea869e hex color red value is 234, green value is 134 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #ea869e hue: 0.96 , saturation: 0.70 and the lightness value of ea869e is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10000110 10011110
Octal 352 206 236
Decimal 234 134 158
Hex EA 86 9E

RGB Percentages of Color #ea869e

%44.49
%25.48
%30.04

CMYK Percentages of Color #ea869e

%0
%43
%32
%8

Triadic Colors of #ea869e

#ea869e #9eea86 #869eea

Analogous Colors of #ea869e

#ea869e #eaa086 #ea86d0

Monochromatic Colors of #ea869e

#ea869e

Complementary Color

#ea869e #86ead2

#ea869e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea869e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea869e Color CSS Codes

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

#ea869e Text Font Color

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

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


#ea869e Background Color

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

This div background color is #ea869e


#ea869e Border Color

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

This div border color is #ea869e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea869e


Comments

No comments written yet.

Please login to write comment.