Color Hex Logo

#e48770 Color Hex

#E48770
(228,135,112)
0 Favorites   0 Comments

Color spaces of #e48770

RGB 228135112
HSL0.030.680.67
HSV12°51°89°
CMYK 0.000.410.51   0.11
XYZ43.583534.991819.7862
Yxy34.99180.44310.3557
Hunter Lab59.153927.996321.5760
CIE-Lab65.742333.227827.6521

#e48770 color RGB value is (228,135,112).

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

The process color (four color CMYK) of #e48770 color hex is 0.00, 0.41, 0.51, 0.11. Web safe color of #e48770 is #cc9966. Color #e48770 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 10000111 01110000
Octal 344 207 160
Decimal 228 135 112
Hex E4 87 70

RGB Percentages of Color #e48770

%48.00
%28.42
%23.58

CMYK Percentages of Color #e48770

%0
%41
%51
%11

Triadic Colors of #e48770

#e48770 #70e487 #8770e4

Analogous Colors of #e48770

#e48770 #e4c170 #e47093

Monochromatic Colors of #e48770

#e48770

Complementary Color

#e48770 #70cde4

#e48770 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e48770 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e48770 Color CSS Codes

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

#e48770 Text Font Color

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

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


#e48770 Background Color

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

This div background color is #e48770


#e48770 Border Color

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

This div border color is #e48770


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e48770


Comments

No comments written yet.

Please login to write comment.