Color Hex Logo

#ea406f Color Hex

#EA406F
(234,64,111)
0 Favorites   0 Comments

Color spaces of #ea406f

RGB 23464111
HSL0.950.800.58
HSV343°73°92°
CMYK 0.000.730.53   0.08
XYZ38.634322.306917.3083
Yxy22.30690.49370.2851
Hunter Lab47.230263.360211.3333
CIE-Lab54.351167.143012.9536

#ea406f color RGB value is (234,64,111).

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

The process color (four color CMYK) of #ea406f color hex is 0.00, 0.73, 0.53, 0.08. Web safe color of #ea406f is #ff3366. Color #ea406f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01000000 01101111
Octal 352 100 157
Decimal 234 64 111
Hex EA 40 6F

RGB Percentages of Color #ea406f

%57.21
%15.65
%27.14

CMYK Percentages of Color #ea406f

%0
%73
%53
%8

Triadic Colors of #ea406f

#ea406f #6fea40 #406fea

Analogous Colors of #ea406f

#ea406f #ea6640 #ea40c4

Monochromatic Colors of #ea406f

#ea406f

Complementary Color

#ea406f #40eabb

#ea406f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea406f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea406f Color CSS Codes

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

#ea406f Text Font Color

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

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


#ea406f Background Color

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

This div background color is #ea406f


#ea406f Border Color

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

This div border color is #ea406f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea406f


Comments

No comments written yet.

Please login to write comment.