Color Hex Logo

#e0779e Color Hex

#E0779E
(224,119,158)
0 Favorites   0 Comments

Color spaces of #e0779e

RGB 224119158
HSL0.940.630.67
HSV338°47°88°
CMYK 0.000.470.29   0.12
XYZ43.508931.509636.1365
Yxy31.50960.39140.2835
Hunter Lab56.133440.12151.1248
CIE-Lab62.935545.1060-2.3753

#e0779e color RGB value is (224,119,158).

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

The process color (four color CMYK) of #e0779e color hex is 0.00, 0.47, 0.29, 0.12. Web safe color of #e0779e is #cc6699. Color #e0779e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 01110111 10011110
Octal 340 167 236
Decimal 224 119 158
Hex E0 77 9E

RGB Percentages of Color #e0779e

%44.71
%23.75
%31.54

CMYK Percentages of Color #e0779e

%0
%47
%29
%12

Triadic Colors of #e0779e

#e0779e #9ee077 #779ee0

Analogous Colors of #e0779e

#e0779e #e08577 #e077d3

Monochromatic Colors of #e0779e

#e0779e

Complementary Color

#e0779e #77e0b9

#e0779e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0779e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0779e Color CSS Codes

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

#e0779e Text Font Color

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

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


#e0779e Background Color

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

This div background color is #e0779e


#e0779e Border Color

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

This div border color is #e0779e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0779e


Comments

No comments written yet.

Please login to write comment.