Color Hex Logo

#ea437a Color Hex

#EA437A
(234,67,122)
0 Favorites   0 Comments

Color spaces of #ea437a

RGB 23467122
HSL0.950.800.59
HSV340°71°92°
CMYK 0.000.710.48   0.08
XYZ39.451722.911920.7555
Yxy22.91190.47460.2757
Hunter Lab47.866463.35447.7975
CIE-Lab54.981567.01987.2786

#ea437a color RGB value is (234,67,122).

#ea437a hex color red value is 234, green value is 67 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #ea437a hue: 0.95 , saturation: 0.80 and the lightness value of ea437a is 0.59.

The process color (four color CMYK) of #ea437a color hex is 0.00, 0.71, 0.48, 0.08. Web safe color of #ea437a is #ff3366. Color #ea437a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01000011 01111010
Octal 352 103 172
Decimal 234 67 122
Hex EA 43 7A

RGB Percentages of Color #ea437a

%55.32
%15.84
%28.84

CMYK Percentages of Color #ea437a

%0
%71
%48
%8

Triadic Colors of #ea437a

#ea437a #7aea43 #437aea

Analogous Colors of #ea437a

#ea437a #ea5f43 #ea43ce

Monochromatic Colors of #ea437a

#ea437a

Complementary Color

#ea437a #43eab3

#ea437a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea437a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea437a Color CSS Codes

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

#ea437a Text Font Color

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

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


#ea437a Background Color

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

This div background color is #ea437a


#ea437a Border Color

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

This div border color is #ea437a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea437a


Comments

No comments written yet.

Please login to write comment.