Color Hex Logo

#e180ed Color Hex

#E180ED
(225,128,237)
0 Favorites   0 Comments

Color spaces of #e180ed

RGB 225128237
HSL0.810.750.72
HSV293°46°93°
CMYK 0.050.460.00   0.07
XYZ54.056637.560384.5215
Yxy37.56030.30690.2132
Hunter Lab61.286550.1914-38.8676
CIE-Lab67.695353.5049-39.5063

#e180ed color RGB value is (225,128,237).

#e180ed hex color red value is 225, green value is 128 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #e180ed hue: 0.81 , saturation: 0.75 and the lightness value of e180ed is 0.72.

The process color (four color CMYK) of #e180ed color hex is 0.05, 0.46, 0.00, 0.07. Web safe color of #e180ed is #cc99ff. Color #e180ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 10000000 11101101
Octal 341 200 355
Decimal 225 128 237
Hex E1 80 ED

RGB Percentages of Color #e180ed

%38.14
%21.69
%40.17

CMYK Percentages of Color #e180ed

%5
%46
%0
%7

Triadic Colors of #e180ed

#e180ed #ede180 #80ede1

Analogous Colors of #e180ed

#e180ed #ed80c3 #ab80ed

Monochromatic Colors of #e180ed

#e180ed

Complementary Color

#e180ed #8ced80

#e180ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e180ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#e180ed Color CSS Codes

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

#e180ed Text Font Color

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

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


#e180ed Background Color

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

This div background color is #e180ed


#e180ed Border Color

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

This div border color is #e180ed


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,128,237, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e180ed


Comments

No comments written yet.

Please login to write comment.