Color Hex Logo

#e49974 Color Hex

#E49974
(228,153,116)
0 Favorites   0 Comments

Color spaces of #e49974

RGB 228153116
HSL0.060.670.67
HSV20°49°89°
CMYK 0.000.330.49   0.11
XYZ46.538540.537421.8947
Yxy40.53740.42710.3720
Hunter Lab63.669019.052924.1795
CIE-Lab69.850624.043730.8465

#e49974 color RGB value is (228,153,116).

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

The process color (four color CMYK) of #e49974 color hex is 0.00, 0.33, 0.49, 0.11. Web safe color of #e49974 is #cc9966. Color #e49974 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 10011001 01110100
Octal 344 231 164
Decimal 228 153 116
Hex E4 99 74

RGB Percentages of Color #e49974

%45.88
%30.78
%23.34

CMYK Percentages of Color #e49974

%0
%33
%49
%11

Triadic Colors of #e49974

#e49974 #74e499 #9974e4

Analogous Colors of #e49974

#e49974 #e4d174 #e47487

Monochromatic Colors of #e49974

#e49974

Complementary Color

#e49974 #74bfe4

#e49974 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e49974 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e49974 Color CSS Codes

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

#e49974 Text Font Color

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

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


#e49974 Background Color

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

This div background color is #e49974


#e49974 Border Color

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

This div border color is #e49974


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e49974


Comments

No comments written yet.

Please login to write comment.