Color Hex Logo

#ea408b Color Hex

#EA408B
(234,64,139)
0 Favorites   0 Comments

Color spaces of #ea408b

RGB 23464139
HSL0.930.800.58
HSV334°73°92°
CMYK 0.000.730.41   0.08
XYZ40.425323.023326.7394
Yxy23.02330.44820.2553
Hunter Lab47.982666.41650.5471
CIE-Lab55.096369.5680-2.6652

#ea408b color RGB value is (234,64,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01000000 10001011
Octal 352 100 213
Decimal 234 64 139
Hex EA 40 8B

RGB Percentages of Color #ea408b

%53.55
%14.65
%31.81

CMYK Percentages of Color #ea408b

%0
%73
%41
%8

Triadic Colors of #ea408b

#ea408b #8bea40 #408bea

Analogous Colors of #ea408b

#ea408b #ea4a40 #ea40e0

Monochromatic Colors of #ea408b

#ea408b

Complementary Color

#ea408b #40ea9f

#ea408b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea408b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea408b Color CSS Codes

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

#ea408b Text Font Color

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

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


#ea408b Background Color

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

This div background color is #ea408b


#ea408b Border Color

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

This div border color is #ea408b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea408b


Comments

No comments written yet.

Please login to write comment.