Color Hex Logo

#ea325a Color Hex

#EA325A
(234,50,90)
0 Favorites   0 Comments

Color spaces of #ea325a

RGB 2345090
HSL0.960.810.56
HSV347°79°92°
CMYK 0.000.790.62   0.08
XYZ36.917720.511811.6863
Yxy20.51180.53410.2968
Hunter Lab45.290066.245316.4042
CIE-Lab52.411069.936722.9036

#ea325a color RGB value is (234,50,90).

#ea325a hex color red value is 234, green value is 50 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #ea325a hue: 0.96 , saturation: 0.81 and the lightness value of ea325a is 0.56.

The process color (four color CMYK) of #ea325a color hex is 0.00, 0.79, 0.62, 0.08. Web safe color of #ea325a is #ff3366. Color #ea325a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 00110010 01011010
Octal 352 62 132
Decimal 234 50 90
Hex EA 32 5A

RGB Percentages of Color #ea325a

%62.57
%13.37
%24.06

CMYK Percentages of Color #ea325a

%0
%79
%62
%8

Triadic Colors of #ea325a

#ea325a #5aea32 #325aea

Analogous Colors of #ea325a

#ea325a #ea6632 #ea32b6

Monochromatic Colors of #ea325a

#ea325a

Complementary Color

#ea325a #32eac2

#ea325a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea325a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea325a Color CSS Codes

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

#ea325a Text Font Color

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

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


#ea325a Background Color

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

This div background color is #ea325a


#ea325a Border Color

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

This div border color is #ea325a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea325a


Comments

No comments written yet.

Please login to write comment.