Color Hex Logo

#e182df Color Hex

#E182DF
(225,130,223)
0 Favorites   0 Comments

Color spaces of #e182df

RGB 225130223
HSL0.840.610.70
HSV301°42°88°
CMYK 0.000.420.01   0.12
XYZ52.353337.300574.2524
Yxy37.30050.31940.2276
Hunter Lab61.074146.1321-29.3314
CIE-Lab67.501949.9410-32.0721

#e182df color RGB value is (225,130,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 10000010 11011111
Octal 341 202 337
Decimal 225 130 223
Hex E1 82 DF

RGB Percentages of Color #e182df

%38.93
%22.49
%38.58

CMYK Percentages of Color #e182df

%0
%42
%1
%12

Triadic Colors of #e182df

#e182df #dfe182 #82dfe1

Analogous Colors of #e182df

#e182df #e182b0 #b482e1

Monochromatic Colors of #e182df

#e182df

Complementary Color

#e182df #82e184

#e182df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e182df Color Preview on White Background

Lorem ipsum dolor sit amet.

#e182df Color CSS Codes

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

#e182df Text Font Color

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

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


#e182df Background Color

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

This div background color is #e182df


#e182df Border Color

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

This div border color is #e182df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e182df


Comments

No comments written yet.

Please login to write comment.