Color Hex Logo

#e08778 Color Hex

#E08778
(224,135,120)
0 Favorites   0 Comments

Color spaces of #e08778

RGB 224135120
HSL0.020.630.67
HSV46°88°
CMYK 0.000.400.46   0.12
XYZ42.794634.531322.1790
Yxy34.53130.43010.3470
Hunter Lab58.763327.157418.7566
CIE-Lab65.382132.439822.6373

#e08778 color RGB value is (224,135,120).

#e08778 hex color red value is 224, green value is 135 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #e08778 hue: 0.02 , saturation: 0.63 and the lightness value of e08778 is 0.67.

The process color (four color CMYK) of #e08778 color hex is 0.00, 0.40, 0.46, 0.12. Web safe color of #e08778 is #cc9966. Color #e08778 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 10000111 01111000
Octal 340 207 170
Decimal 224 135 120
Hex E0 87 78

RGB Percentages of Color #e08778

%46.76
%28.18
%25.05

CMYK Percentages of Color #e08778

%0
%40
%46
%12

Triadic Colors of #e08778

#e08778 #78e087 #8778e0

Analogous Colors of #e08778

#e08778 #e0bb78 #e0789d

Monochromatic Colors of #e08778

#e08778

Complementary Color

#e08778 #78d1e0

#e08778 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e08778 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e08778 Color CSS Codes

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

#e08778 Text Font Color

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

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


#e08778 Background Color

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

This div background color is #e08778


#e08778 Border Color

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

This div border color is #e08778


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e08778


Comments

No comments written yet.

Please login to write comment.