Color Hex Logo

#e077de Color Hex

#E077DE
(224,119,222)
0 Favorites   0 Comments

Color spaces of #e077de

RGB 224119222
HSL0.840.630.67
HSV301°47°88°
CMYK 0.000.470.01   0.12
XYZ50.522134.314973.0679
Yxy34.31490.32000.2173
Hunter Lab58.578951.4364-32.9496
CIE-Lab65.211854.9767-35.0795

#e077de color RGB value is (224,119,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 01110111 11011110
Octal 340 167 336
Decimal 224 119 222
Hex E0 77 DE

RGB Percentages of Color #e077de

%39.65
%21.06
%39.29

CMYK Percentages of Color #e077de

%0
%47
%1
%12

Triadic Colors of #e077de

#e077de #dee077 #77dee0

Analogous Colors of #e077de

#e077de #e077aa #ae77e0

Monochromatic Colors of #e077de

#e077de

Complementary Color

#e077de #77e079

#e077de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e077de Color Preview on White Background

Lorem ipsum dolor sit amet.

#e077de Color CSS Codes

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

#e077de Text Font Color

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

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


#e077de Background Color

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

This div background color is #e077de


#e077de Border Color

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

This div border color is #e077de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e077de


Comments

No comments written yet.

Please login to write comment.