Color Hex Logo

#e082df Color Hex

#E082DF
(224,130,223)
0 Favorites   0 Comments

Color spaces of #e082df

RGB 224130223
HSL0.840.600.69
HSV301°42°88°
CMYK 0.000.420.00   0.12
XYZ52.042437.140374.2379
Yxy37.14030.31850.2273
Hunter Lab60.942845.7809-29.5645
CIE-Lab67.382249.6441-32.2671

#e082df color RGB value is (224,130,223).

#e082df hex color red value is 224, green value is 130 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #e082df hue: 0.84 , saturation: 0.60 and the lightness value of e082df is 0.69.

The process color (four color CMYK) of #e082df color hex is 0.00, 0.42, 0.00, 0.12. Web safe color of #e082df is #cc99cc. Color #e082df contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 10000010 11011111
Octal 340 202 337
Decimal 224 130 223
Hex E0 82 DF

RGB Percentages of Color #e082df

%38.82
%22.53
%38.65

CMYK Percentages of Color #e082df

%0
%42
%0
%12

Triadic Colors of #e082df

#e082df #dfe082 #82dfe0

Analogous Colors of #e082df

#e082df #e082b0 #b282e0

Monochromatic Colors of #e082df

#e082df

Complementary Color

#e082df #82e083

#e082df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e082df Color Preview on White Background

Lorem ipsum dolor sit amet.

#e082df Color CSS Codes

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

#e082df Text Font Color

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

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


#e082df Background Color

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

This div background color is #e082df


#e082df Border Color

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

This div border color is #e082df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e082df


Comments

No comments written yet.

Please login to write comment.