Color Hex Logo

#e49278 Color Hex

#E49278
(228,146,120)
0 Favorites   0 Comments

Color spaces of #e49278

RGB 228146120
HSL0.040.670.68
HSV14°47°89°
CMYK 0.000.360.47   0.11
XYZ45.664038.407822.7760
Yxy38.40780.42740.3595
Hunter Lab61.974023.068721.5922
CIE-Lab68.320128.156526.6562

#e49278 color RGB value is (228,146,120).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 10010010 01111000
Octal 344 222 170
Decimal 228 146 120
Hex E4 92 78

RGB Percentages of Color #e49278

%46.15
%29.55
%24.29

CMYK Percentages of Color #e49278

%0
%36
%47
%11

Triadic Colors of #e49278

#e49278 #78e492 #9278e4

Analogous Colors of #e49278

#e49278 #e4c878 #e47894

Monochromatic Colors of #e49278

#e49278

Complementary Color

#e49278 #78cae4

#e49278 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e49278 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e49278 Color CSS Codes

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

#e49278 Text Font Color

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

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


#e49278 Background Color

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

This div background color is #e49278


#e49278 Border Color

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

This div border color is #e49278


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e49278


Comments

No comments written yet.

Please login to write comment.