Color Hex Logo

#e49175 Color Hex

#E49175
(228,145,117)
0 Favorites   0 Comments

Color spaces of #e49175

RGB 228145117
HSL0.040.670.68
HSV15°49°89°
CMYK 0.000.360.49   0.11
XYZ45.331238.029121.7808
Yxy38.02910.43110.3617
Hunter Lab61.667723.294622.2264
CIE-Lab68.042128.401427.9319

#e49175 color RGB value is (228,145,117).

#e49175 hex color red value is 228, green value is 145 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #e49175 hue: 0.04 , saturation: 0.67 and the lightness value of e49175 is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 10010001 01110101
Octal 344 221 165
Decimal 228 145 117
Hex E4 91 75

RGB Percentages of Color #e49175

%46.53
%29.59
%23.88

CMYK Percentages of Color #e49175

%0
%36
%49
%11

Triadic Colors of #e49175

#e49175 #75e491 #9175e4

Analogous Colors of #e49175

#e49175 #e4c975 #e47591

Monochromatic Colors of #e49175

#e49175

Complementary Color

#e49175 #75c8e4

#e49175 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e49175 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e49175 Color CSS Codes

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

#e49175 Text Font Color

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

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


#e49175 Background Color

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

This div background color is #e49175


#e49175 Border Color

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

This div border color is #e49175


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e49175


Comments

No comments written yet.

Please login to write comment.