Color Hex Logo

#e077ac Color Hex

#E077AC
(224,119,172)
0 Favorites   0 Comments

Color spaces of #e077ac

RGB 224119172
HSL0.920.630.67
HSV330°47°88°
CMYK 0.000.470.23   0.12
XYZ44.783732.019542.8497
Yxy32.01950.37430.2676
Hunter Lab56.585842.2452-5.2874
CIE-Lab63.359047.0078-9.7377

#e077ac color RGB value is (224,119,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 01110111 10101100
Octal 340 167 254
Decimal 224 119 172
Hex E0 77 AC

RGB Percentages of Color #e077ac

%43.50
%23.11
%33.40

CMYK Percentages of Color #e077ac

%0
%47
%23
%12

Triadic Colors of #e077ac

#e077ac #ace077 #77ace0

Analogous Colors of #e077ac

#e077ac #e07778 #e077e0

Monochromatic Colors of #e077ac

#e077ac

Complementary Color

#e077ac #77e0ab

#e077ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e077ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#e077ac Color CSS Codes

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

#e077ac Text Font Color

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

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


#e077ac Background Color

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

This div background color is #e077ac


#e077ac Border Color

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

This div border color is #e077ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e077ac


Comments

No comments written yet.

Please login to write comment.