Color Hex Logo

#e076de Color Hex

#E076DE
(224,118,222)
0 Favorites   0 Comments

Color spaces of #e076de

RGB 224118222
HSL0.840.630.67
HSV301°47°88°
CMYK 0.000.470.01   0.12
XYZ50.403734.078173.0284
Yxy34.07810.32000.2164
Hunter Lab58.376551.9626-33.3077
CIE-Lab65.024555.4671-35.3707

#e076de color RGB value is (224,118,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 01110110 11011110
Octal 340 166 336
Decimal 224 118 222
Hex E0 76 DE

RGB Percentages of Color #e076de

%39.72
%20.92
%39.36

CMYK Percentages of Color #e076de

%0
%47
%1
%12

Triadic Colors of #e076de

#e076de #dee076 #76dee0

Analogous Colors of #e076de

#e076de #e076a9 #ad76e0

Monochromatic Colors of #e076de

#e076de

Complementary Color

#e076de #76e078

#e076de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e076de Color Preview on White Background

Lorem ipsum dolor sit amet.

#e076de Color CSS Codes

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

#e076de Text Font Color

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

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


#e076de Background Color

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

This div background color is #e076de


#e076de Border Color

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

This div border color is #e076de


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(224,118,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 #e076de">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e076de


Comments

No comments written yet.

Please login to write comment.