Color Hex Logo

#ea477f Color Hex

#EA477F
(234,71,127)
0 Favorites   0 Comments

Color spaces of #ea477f

RGB 23471127
HSL0.940.800.60
HSV339°70°92°
CMYK 0.000.700.46   0.08
XYZ40.015723.531222.5116
Yxy23.53120.46500.2734
Hunter Lab48.509062.35646.4415
CIE-Lab55.615366.05665.2127

#ea477f color RGB value is (234,71,127).

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

The process color (four color CMYK) of #ea477f color hex is 0.00, 0.70, 0.46, 0.08. Web safe color of #ea477f is #ff3366. Color #ea477f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01000111 01111111
Octal 352 107 177
Decimal 234 71 127
Hex EA 47 7F

RGB Percentages of Color #ea477f

%54.17
%16.44
%29.40

CMYK Percentages of Color #ea477f

%0
%70
%46
%8

Triadic Colors of #ea477f

#ea477f #7fea47 #477fea

Analogous Colors of #ea477f

#ea477f #ea6047 #ea47d1

Monochromatic Colors of #ea477f

#ea477f

Complementary Color

#ea477f #47eab2

#ea477f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea477f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea477f Color CSS Codes

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

#ea477f Text Font Color

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

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


#ea477f Background Color

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

This div background color is #ea477f


#ea477f Border Color

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

This div border color is #ea477f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea477f


Comments

No comments written yet.

Please login to write comment.