Color Hex Logo

#ea477c Color Hex

#EA477C
(234,71,124)
0 Favorites   0 Comments

Color spaces of #ea477c

RGB 23471124
HSL0.950.800.60
HSV340°70°92°
CMYK 0.000.700.47   0.08
XYZ39.823023.454121.4970
Yxy23.45410.46980.2767
Hunter Lab48.429462.02717.5828
CIE-Lab55.537065.79166.8817

#ea477c color RGB value is (234,71,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01000111 01111100
Octal 352 107 174
Decimal 234 71 124
Hex EA 47 7C

RGB Percentages of Color #ea477c

%54.55
%16.55
%28.90

CMYK Percentages of Color #ea477c

%0
%70
%47
%8

Triadic Colors of #ea477c

#ea477c #7cea47 #477cea

Analogous Colors of #ea477c

#ea477c #ea6347 #ea47ce

Monochromatic Colors of #ea477c

#ea477c

Complementary Color

#ea477c #47eab5

#ea477c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea477c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea477c Color CSS Codes

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

#ea477c Text Font Color

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

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


#ea477c Background Color

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

This div background color is #ea477c


#ea477c Border Color

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

This div border color is #ea477c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea477c


Comments

No comments written yet.

Please login to write comment.