Color Hex Logo

#e47974 Color Hex

#E47974
(228,121,116)
0 Favorites   0 Comments

Color spaces of #e47974

RGB 228121116
HSL0.010.670.67
HSV49°89°
CMYK 0.000.470.49   0.11
XYZ41.984731.429720.3767
Yxy31.42970.44760.3351
Hunter Lab56.062235.568917.6936
CIE-Lab62.868740.840421.5818

#e47974 color RGB value is (228,121,116).

#e47974 hex color red value is 228, green value is 121 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #e47974 hue: 0.01 , saturation: 0.67 and the lightness value of e47974 is 0.67.

The process color (four color CMYK) of #e47974 color hex is 0.00, 0.47, 0.49, 0.11. Web safe color of #e47974 is #cc6666. Color #e47974 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 01111001 01110100
Octal 344 171 164
Decimal 228 121 116
Hex E4 79 74

RGB Percentages of Color #e47974

%49.03
%26.02
%24.95

CMYK Percentages of Color #e47974

%0
%47
%49
%11

Triadic Colors of #e47974

#e47974 #74e479 #7974e4

Analogous Colors of #e47974

#e47974 #e4b174 #e474a7

Monochromatic Colors of #e47974

#e47974

Complementary Color

#e47974 #74dfe4

#e47974 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e47974 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e47974 Color CSS Codes

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

#e47974 Text Font Color

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

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


#e47974 Background Color

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

This div background color is #e47974


#e47974 Border Color

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

This div border color is #e47974


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(228,121,116, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e47974; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e47974;
  -webkit-box-shadow: 1px 1px 3px 2px #e47974;
  box-shadow:         1px 1px 3px 2px #e47974; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(228,121,116, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e47974


Comments

No comments written yet.

Please login to write comment.