Color Hex Logo

#ea409d Color Hex

#EA409D
(234,64,157)
0 Favorites   0 Comments

Color spaces of #ea409d

RGB 23464157
HSL0.910.800.58
HSV327°73°92°
CMYK 0.000.730.33   0.08
XYZ41.850923.593534.2465
Yxy23.59350.41980.2367
Hunter Lab48.573168.7936-7.8012
CIE-Lab55.678571.4279-12.4299

#ea409d color RGB value is (234,64,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01000000 10011101
Octal 352 100 235
Decimal 234 64 157
Hex EA 40 9D

RGB Percentages of Color #ea409d

%51.43
%14.07
%34.51

CMYK Percentages of Color #ea409d

%0
%73
%33
%8

Triadic Colors of #ea409d

#ea409d #9dea40 #409dea

Analogous Colors of #ea409d

#ea409d #ea4048 #e240ea

Monochromatic Colors of #ea409d

#ea409d

Complementary Color

#ea409d #40ea8d

#ea409d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea409d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea409d Color CSS Codes

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

#ea409d Text Font Color

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

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


#ea409d Background Color

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

This div background color is #ea409d


#ea409d Border Color

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

This div border color is #ea409d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea409d


Comments

No comments written yet.

Please login to write comment.