Color Hex Logo

#ea657e Color Hex

#EA657E
(234,101,126)
0 Favorites   0 Comments

Color spaces of #ea657e

RGB 234101126
HSL0.970.760.66
HSV349°57°92°
CMYK 0.000.570.46   0.08
XYZ42.351328.306122.9701
Yxy28.30610.45230.3023
Hunter Lab53.203548.984411.6445
CIE-Lab60.164353.602612.2582

#ea657e color RGB value is (234,101,126).

#ea657e hex color red value is 234, green value is 101 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #ea657e hue: 0.97 , saturation: 0.76 and the lightness value of ea657e is 0.66.

The process color (four color CMYK) of #ea657e color hex is 0.00, 0.57, 0.46, 0.08. Web safe color of #ea657e is #ff6666. Color #ea657e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01100101 01111110
Octal 352 145 176
Decimal 234 101 126
Hex EA 65 7E

RGB Percentages of Color #ea657e

%50.76
%21.91
%27.33

CMYK Percentages of Color #ea657e

%0
%57
%46
%8

Triadic Colors of #ea657e

#ea657e #7eea65 #657eea

Analogous Colors of #ea657e

#ea657e #ea8f65 #ea65c1

Monochromatic Colors of #ea657e

#ea657e

Complementary Color

#ea657e #65ead1

#ea657e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea657e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea657e Color CSS Codes

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

#ea657e Text Font Color

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

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


#ea657e Background Color

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

This div background color is #ea657e


#ea657e Border Color

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

This div border color is #ea657e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea657e


Comments

No comments written yet.

Please login to write comment.