Color Hex Logo

#ea397d Color Hex

#EA397D
(234,57,125)
0 Favorites   0 Comments

Color spaces of #ea397d

RGB 23457125
HSL0.940.810.57
HSV337°76°92°
CMYK 0.000.760.47   0.08
XYZ39.096521.899321.5684
Yxy21.89930.47350.2652
Hunter Lab46.796767.23445.4312
CIE-Lab53.920070.47253.9649

#ea397d color RGB value is (234,57,125).

#ea397d hex color red value is 234, green value is 57 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #ea397d hue: 0.94 , saturation: 0.81 and the lightness value of ea397d is 0.57.

The process color (four color CMYK) of #ea397d color hex is 0.00, 0.76, 0.47, 0.08. Web safe color of #ea397d is #ff3366. Color #ea397d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 00111001 01111101
Octal 352 71 175
Decimal 234 57 125
Hex EA 39 7D

RGB Percentages of Color #ea397d

%56.25
%13.70
%30.05

CMYK Percentages of Color #ea397d

%0
%76
%47
%8

Triadic Colors of #ea397d

#ea397d #7dea39 #397dea

Analogous Colors of #ea397d

#ea397d #ea4e39 #ea39d6

Monochromatic Colors of #ea397d

#ea397d

Complementary Color

#ea397d #39eaa6

#ea397d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea397d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea397d Color CSS Codes

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

#ea397d Text Font Color

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

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


#ea397d Background Color

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

This div background color is #ea397d


#ea397d Border Color

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

This div border color is #ea397d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea397d


Comments

No comments written yet.

Please login to write comment.