Color Hex Logo

#ea657c Color Hex

#EA657C
(234,101,124)
3 Favorites   0 Comments

Color spaces of #ea657c

RGB 234101124
HSL0.970.760.66
HSV350°57°92°
CMYK 0.000.570.47   0.08
XYZ42.223528.255022.2971
Yxy28.25500.45510.3046
Hunter Lab53.155448.767712.3384
CIE-Lab60.118453.415713.3534

#ea657c color RGB value is (234,101,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01100101 01111100
Octal 352 145 174
Decimal 234 101 124
Hex EA 65 7C

RGB Percentages of Color #ea657c

%50.98
%22.00
%27.02

CMYK Percentages of Color #ea657c

%0
%57
%47
%8

Triadic Colors of #ea657c

#ea657c #7cea65 #657cea

Analogous Colors of #ea657c

#ea657c #ea9165 #ea65bf

Monochromatic Colors of #ea657c

#ea657c

Complementary Color

#ea657c #65ead3

#ea657c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea657c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea657c Color CSS Codes

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

#ea657c Text Font Color

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

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


#ea657c Background Color

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

This div background color is #ea657c


#ea657c Border Color

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

This div border color is #ea657c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea657c

#ea657c Color Palettes


Comments

No comments written yet.

Please login to write comment.