Color Hex Logo

#ea389e Color Hex

#EA389E
(234,56,158)
0 Favorites   0 Comments

Color spaces of #ea389e

RGB 23456158
HSL0.900.810.57
HSV326°76°92°
CMYK 0.000.760.32   0.08
XYZ41.517422.789434.5583
Yxy22.78940.41990.2305
Hunter Lab47.738271.6975-9.5040
CIE-Lab54.854773.9653-14.2617

#ea389e color RGB value is (234,56,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 00111000 10011110
Octal 352 70 236
Decimal 234 56 158
Hex EA 38 9E

RGB Percentages of Color #ea389e

%52.23
%12.50
%35.27

CMYK Percentages of Color #ea389e

%0
%76
%32
%8

Triadic Colors of #ea389e

#ea389e #9eea38 #389eea

Analogous Colors of #ea389e

#ea389e #ea3845 #dd38ea

Monochromatic Colors of #ea389e

#ea389e

Complementary Color

#ea389e #38ea84

#ea389e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea389e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea389e Color CSS Codes

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

#ea389e Text Font Color

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

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


#ea389e Background Color

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

This div background color is #ea389e


#ea389e Border Color

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

This div border color is #ea389e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea389e


Comments

No comments written yet.

Please login to write comment.