Color Hex Logo

#ea847c Color Hex

#EA847C
(234,132,124)
0 Favorites   0 Comments

Color spaces of #ea847c

RGB 234132124
HSL0.010.720.70
HSV47°92°
CMYK 0.000.440.47   0.08
XYZ45.821035.450223.4963
Yxy35.45020.43740.3384
Hunter Lab59.540133.175418.2804
CIE-Lab66.097738.184221.5859

#ea847c color RGB value is (234,132,124).

#ea847c hex color red value is 234, green value is 132 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #ea847c hue: 0.01 , saturation: 0.72 and the lightness value of ea847c is 0.70.

The process color (four color CMYK) of #ea847c color hex is 0.00, 0.44, 0.47, 0.08. Web safe color of #ea847c is #ff9966. Color #ea847c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10000100 01111100
Octal 352 204 174
Decimal 234 132 124
Hex EA 84 7C

RGB Percentages of Color #ea847c

%47.76
%26.94
%25.31

CMYK Percentages of Color #ea847c

%0
%44
%47
%8

Triadic Colors of #ea847c

#ea847c #7cea84 #847cea

Analogous Colors of #ea847c

#ea847c #eabb7c #ea7cab

Monochromatic Colors of #ea847c

#ea847c

Complementary Color

#ea847c #7ce2ea

#ea847c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea847c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea847c Color CSS Codes

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

#ea847c Text Font Color

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

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


#ea847c Background Color

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

This div background color is #ea847c


#ea847c Border Color

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

This div border color is #ea847c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(234,132,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 #ea847c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea847c


Comments

No comments written yet.

Please login to write comment.