Color Hex Logo

#ea4081 Color Hex

#EA4081
(234,64,129)
0 Favorites   0 Comments

Color spaces of #ea4081

RGB 23464129
HSL0.940.800.58
HSV337°73°92°
CMYK 0.000.730.45   0.08
XYZ39.727522.744223.0651
Yxy22.74420.46440.2659
Hunter Lab47.690965.23524.7087
CIE-Lab54.807968.63522.8591

#ea4081 color RGB value is (234,64,129).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01000000 10000001
Octal 352 100 201
Decimal 234 64 129
Hex EA 40 81

RGB Percentages of Color #ea4081

%54.80
%14.99
%30.21

CMYK Percentages of Color #ea4081

%0
%73
%45
%8

Triadic Colors of #ea4081

#ea4081 #81ea40 #4081ea

Analogous Colors of #ea4081

#ea4081 #ea5440 #ea40d6

Monochromatic Colors of #ea4081

#ea4081

Complementary Color

#ea4081 #40eaa9

#ea4081 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea4081 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea4081 Color CSS Codes

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

#ea4081 Text Font Color

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

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


#ea4081 Background Color

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

This div background color is #ea4081


#ea4081 Border Color

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

This div border color is #ea4081


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea4081

#ea4081 Color Palettes


Comments

No comments written yet.

Please login to write comment.