Color Hex Logo

#ea4380 Color Hex

#EA4380
(234,67,128)
0 Favorites   0 Comments

Color spaces of #ea4380

RGB 23467128
HSL0.940.800.59
HSV338°71°92°
CMYK 0.000.710.45   0.08
XYZ39.835123.065222.7746
Yxy23.06520.46500.2692
Hunter Lab48.026264.00995.5024
CIE-Lab55.139467.54333.9334

#ea4380 color RGB value is (234,67,128).

#ea4380 hex color red value is 234, green value is 67 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #ea4380 hue: 0.94 , saturation: 0.80 and the lightness value of ea4380 is 0.59.

The process color (four color CMYK) of #ea4380 color hex is 0.00, 0.71, 0.45, 0.08. Web safe color of #ea4380 is #ff3399. Color #ea4380 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01000011 10000000
Octal 352 103 200
Decimal 234 67 128
Hex EA 43 80

RGB Percentages of Color #ea4380

%54.55
%15.62
%29.84

CMYK Percentages of Color #ea4380

%0
%71
%45
%8

Triadic Colors of #ea4380

#ea4380 #80ea43 #4380ea

Analogous Colors of #ea4380

#ea4380 #ea5943 #ea43d4

Monochromatic Colors of #ea4380

#ea4380

Complementary Color

#ea4380 #43eaad

#ea4380 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea4380 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea4380 Color CSS Codes

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

#ea4380 Text Font Color

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

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


#ea4380 Background Color

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

This div background color is #ea4380


#ea4380 Border Color

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

This div border color is #ea4380


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea4380


Comments

No comments written yet.

Please login to write comment.