Color Hex Logo

#ea4893 Color Hex

#EA4893
(234,72,147)
0 Favorites   0 Comments

Color spaces of #ea4893

RGB 23472147
HSL0.920.790.60
HSV332°69°92°
CMYK 0.000.690.37   0.08
XYZ41.515524.233730.0932
Yxy24.23370.43320.2528
Hunter Lab49.227764.3869-1.7849
CIE-Lab56.321067.6394-5.5851

#ea4893 color RGB value is (234,72,147).

#ea4893 hex color red value is 234, green value is 72 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #ea4893 hue: 0.92 , saturation: 0.79 and the lightness value of ea4893 is 0.60.

The process color (four color CMYK) of #ea4893 color hex is 0.00, 0.69, 0.37, 0.08. Web safe color of #ea4893 is #ff3399. Color #ea4893 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01001000 10010011
Octal 352 110 223
Decimal 234 72 147
Hex EA 48 93

RGB Percentages of Color #ea4893

%51.66
%15.89
%32.45

CMYK Percentages of Color #ea4893

%0
%69
%37
%8

Triadic Colors of #ea4893

#ea4893 #93ea48 #4893ea

Analogous Colors of #ea4893

#ea4893 #ea4e48 #ea48e4

Monochromatic Colors of #ea4893

#ea4893

Complementary Color

#ea4893 #48ea9f

#ea4893 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea4893 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea4893 Color CSS Codes

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

#ea4893 Text Font Color

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

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


#ea4893 Background Color

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

This div background color is #ea4893


#ea4893 Border Color

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

This div border color is #ea4893


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea4893


Comments

No comments written yet.

Please login to write comment.