Color Hex Logo

#e076df Color Hex

#E076DF
(224,118,223)
0 Favorites   0 Comments

Color spaces of #e076df

RGB 224118223
HSL0.830.630.67
HSV301°47°88°
CMYK 0.000.470.00   0.12
XYZ50.538234.131973.7365
Yxy34.13190.31900.2155
Hunter Lab58.422552.1714-33.9356
CIE-Lab65.067155.6431-35.8613

#e076df color RGB value is (224,118,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 01110110 11011111
Octal 340 166 337
Decimal 224 118 223
Hex E0 76 DF

RGB Percentages of Color #e076df

%39.65
%20.88
%39.47

CMYK Percentages of Color #e076df

%0
%47
%0
%12

Triadic Colors of #e076df

#e076df #dfe076 #76dfe0

Analogous Colors of #e076df

#e076df #e076aa #ac76e0

Monochromatic Colors of #e076df

#e076df

Complementary Color

#e076df #76e077

#e076df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e076df Color Preview on White Background

Lorem ipsum dolor sit amet.

#e076df Color CSS Codes

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

#e076df Text Font Color

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

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


#e076df Background Color

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

This div background color is #e076df


#e076df Border Color

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

This div border color is #e076df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e076df


Comments

No comments written yet.

Please login to write comment.