Color Hex Logo

#e0777e Color Hex

#E0777E
(224,119,126)
0 Favorites   0 Comments

Color spaces of #e0777e

RGB 224119126
HSL0.990.630.67
HSV356°47°88°
CMYK 0.000.470.44   0.12
XYZ41.103230.547323.4685
Yxy30.54730.43210.3211
Hunter Lab55.269636.026013.5131
CIE-Lab62.123641.368214.7814

#e0777e color RGB value is (224,119,126).

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

The process color (four color CMYK) of #e0777e color hex is 0.00, 0.47, 0.44, 0.12. Web safe color of #e0777e is #cc6666. Color #e0777e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 01110111 01111110
Octal 340 167 176
Decimal 224 119 126
Hex E0 77 7E

RGB Percentages of Color #e0777e

%47.76
%25.37
%26.87

CMYK Percentages of Color #e0777e

%0
%47
%44
%12

Triadic Colors of #e0777e

#e0777e #7ee077 #777ee0

Analogous Colors of #e0777e

#e0777e #e0a577 #e077b3

Monochromatic Colors of #e0777e

#e0777e

Complementary Color

#e0777e #77e0d9

#e0777e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0777e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0777e Color CSS Codes

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

#e0777e Text Font Color

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

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


#e0777e Background Color

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

This div background color is #e0777e


#e0777e Border Color

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

This div border color is #e0777e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(224,119,126, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0777e


Comments

No comments written yet.

Please login to write comment.