Color Hex Logo

#e077be Color Hex

#E077BE
(224,119,190)
0 Favorites   0 Comments

Color spaces of #e077be

RGB 224119190
HSL0.890.630.67
HSV319°47°88°
CMYK 0.000.470.15   0.12
XYZ46.631632.758752.5805
Yxy32.75870.35330.2482
Hunter Lab57.235245.2688-14.4035
CIE-Lab63.965049.6750-19.0396

#e077be color RGB value is (224,119,190).

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

The process color (four color CMYK) of #e077be color hex is 0.00, 0.47, 0.15, 0.12. Web safe color of #e077be is #cc66cc. Color #e077be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 01110111 10111110
Octal 340 167 276
Decimal 224 119 190
Hex E0 77 BE

RGB Percentages of Color #e077be

%42.03
%22.33
%35.65

CMYK Percentages of Color #e077be

%0
%47
%15
%12

Triadic Colors of #e077be

#e077be #bee077 #77bee0

Analogous Colors of #e077be

#e077be #e0778a #ce77e0

Monochromatic Colors of #e077be

#e077be

Complementary Color

#e077be #77e099

#e077be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e077be Color Preview on White Background

Lorem ipsum dolor sit amet.

#e077be Color CSS Codes

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

#e077be Text Font Color

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

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


#e077be Background Color

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

This div background color is #e077be


#e077be Border Color

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

This div border color is #e077be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e077be


Comments

No comments written yet.

Please login to write comment.