Color Hex Logo

#ea328f Color Hex

#EA328F
(234,50,143)
0 Favorites   0 Comments

Color spaces of #ea328f

RGB 23450143
HSL0.920.810.56
HSV330°79°92°
CMYK 0.000.790.39   0.08
XYZ40.030221.756828.0763
Yxy21.75680.44550.2421
Hunter Lab46.644271.5620-3.0372
CIE-Lab53.768074.0645-7.0088

#ea328f color RGB value is (234,50,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 00110010 10001111
Octal 352 62 217
Decimal 234 50 143
Hex EA 32 8F

RGB Percentages of Color #ea328f

%54.80
%11.71
%33.49

CMYK Percentages of Color #ea328f

%0
%79
%39
%8

Triadic Colors of #ea328f

#ea328f #8fea32 #328fea

Analogous Colors of #ea328f

#ea328f #ea3233 #e932ea

Monochromatic Colors of #ea328f

#ea328f

Complementary Color

#ea328f #32ea8d

#ea328f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea328f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea328f Color CSS Codes

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

#ea328f Text Font Color

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

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


#ea328f Background Color

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

This div background color is #ea328f


#ea328f Border Color

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

This div border color is #ea328f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea328f


Comments

No comments written yet.

Please login to write comment.