Color Hex Logo

#ea329e Color Hex

#EA329E
(234,50,158)
0 Favorites   0 Comments

Color spaces of #ea329e

RGB 23450158
HSL0.900.810.56
HSV325°79°92°
CMYK 0.000.790.32   0.08
XYZ41.243822.242334.4671
Yxy22.24230.42110.2271
Hunter Lab47.161773.5684-10.3175
CIE-Lab54.283275.5939-15.1271

#ea329e color RGB value is (234,50,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 00110010 10011110
Octal 352 62 236
Decimal 234 50 158
Hex EA 32 9E

RGB Percentages of Color #ea329e

%52.94
%11.31
%35.75

CMYK Percentages of Color #ea329e

%0
%79
%32
%8

Triadic Colors of #ea329e

#ea329e #9eea32 #329eea

Analogous Colors of #ea329e

#ea329e #ea3242 #da32ea

Monochromatic Colors of #ea329e

#ea329e

Complementary Color

#ea329e #32ea7e

#ea329e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea329e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea329e Color CSS Codes

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

#ea329e Text Font Color

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

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


#ea329e Background Color

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

This div background color is #ea329e


#ea329e Border Color

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

This div border color is #ea329e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea329e


Comments

No comments written yet.

Please login to write comment.