Color Hex Logo

#ea328a Color Hex

#EA328A
(234,50,138)
0 Favorites   0 Comments

Color spaces of #ea328a

RGB 23450138
HSL0.920.810.56
HSV331°79°92°
CMYK 0.000.790.41   0.08
XYZ39.659721.608626.1253
Yxy21.60860.45380.2473
Hunter Lab46.485170.9422-0.7823
CIE-Lab53.609273.5890-4.2629

#ea328a color RGB value is (234,50,138).

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

The process color (four color CMYK) of #ea328a color hex is 0.00, 0.79, 0.41, 0.08. Web safe color of #ea328a is #ff3399. Color #ea328a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 00110010 10001010
Octal 352 62 212
Decimal 234 50 138
Hex EA 32 8A

RGB Percentages of Color #ea328a

%55.45
%11.85
%32.70

CMYK Percentages of Color #ea328a

%0
%79
%41
%8

Triadic Colors of #ea328a

#ea328a #8aea32 #328aea

Analogous Colors of #ea328a

#ea328a #ea3632 #ea32e6

Monochromatic Colors of #ea328a

#ea328a

Complementary Color

#ea328a #32ea92

#ea328a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea328a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea328a Color CSS Codes

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

#ea328a Text Font Color

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

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


#ea328a Background Color

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

This div background color is #ea328a


#ea328a Border Color

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

This div border color is #ea328a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea328a


Comments

No comments written yet.

Please login to write comment.