Color Hex Logo

#ea359e Color Hex

#EA359E
(234,53,158)
0 Favorites   0 Comments

Color spaces of #ea359e

RGB 23453158
HSL0.900.810.56
HSV325°77°92°
CMYK 0.000.770.32   0.08
XYZ41.376322.507334.5113
Yxy22.50730.42050.2287
Hunter Lab47.441972.6551-9.9209
CIE-Lab54.561274.8005-14.7060

#ea359e color RGB value is (234,53,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 00110101 10011110
Octal 352 65 236
Decimal 234 53 158
Hex EA 35 9E

RGB Percentages of Color #ea359e

%52.58
%11.91
%35.51

CMYK Percentages of Color #ea359e

%0
%77
%32
%8

Triadic Colors of #ea359e

#ea359e #9eea35 #359eea

Analogous Colors of #ea359e

#ea359e #ea3544 #dc35ea

Monochromatic Colors of #ea359e

#ea359e

Complementary Color

#ea359e #35ea81

#ea359e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea359e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea359e Color CSS Codes

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

#ea359e Text Font Color

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

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


#ea359e Background Color

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

This div background color is #ea359e


#ea359e Border Color

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

This div border color is #ea359e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(234,53,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 #ea359e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea359e


Comments

No comments written yet.

Please login to write comment.