Color Hex Logo

#e180df Color Hex

#E180DF
(225,128,223)
0 Favorites   0 Comments

Color spaces of #e180df

RGB 225128223
HSL0.840.620.69
HSV301°43°88°
CMYK 0.000.430.01   0.12
XYZ52.089836.773674.1646
Yxy36.77360.31950.2256
Hunter Lab60.641247.2063-30.0632
CIE-Lab67.106850.9550-32.6838

#e180df color RGB value is (225,128,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 10000000 11011111
Octal 341 200 337
Decimal 225 128 223
Hex E1 80 DF

RGB Percentages of Color #e180df

%39.06
%22.22
%38.72

CMYK Percentages of Color #e180df

%0
%43
%1
%12

Triadic Colors of #e180df

#e180df #dfe180 #80dfe1

Analogous Colors of #e180df

#e180df #e180af #b380e1

Monochromatic Colors of #e180df

#e180df

Complementary Color

#e180df #80e182

#e180df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e180df Color Preview on White Background

Lorem ipsum dolor sit amet.

#e180df Color CSS Codes

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

#e180df Text Font Color

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

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


#e180df Background Color

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

This div background color is #e180df


#e180df Border Color

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

This div border color is #e180df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e180df


Comments

No comments written yet.

Please login to write comment.