Color Hex Logo

#e880de Color Hex

#E880DE
(232,128,222)
0 Favorites   0 Comments

Color spaces of #e880de

RGB 232128222
HSL0.850.690.71
HSV306°45°91°
CMYK 0.000.450.04   0.09
XYZ54.182737.868173.5608
Yxy37.86810.32720.2287
Hunter Lab61.537149.4774-27.7987
CIE-Lab67.923352.8440-30.7973

#e880de color RGB value is (232,128,222).

#e880de hex color red value is 232, green value is 128 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #e880de hue: 0.85 , saturation: 0.69 and the lightness value of e880de is 0.71.

The process color (four color CMYK) of #e880de color hex is 0.00, 0.45, 0.04, 0.09. Web safe color of #e880de is #ff99cc. Color #e880de contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 10000000 11011110
Octal 350 200 336
Decimal 232 128 222
Hex E8 80 DE

RGB Percentages of Color #e880de

%39.86
%21.99
%38.14

CMYK Percentages of Color #e880de

%0
%45
%4
%9

Triadic Colors of #e880de

#e880de #dee880 #80dee8

Analogous Colors of #e880de

#e880de #e880aa #be80e8

Monochromatic Colors of #e880de

#e880de

Complementary Color

#e880de #80e88a

#e880de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e880de Color Preview on White Background

Lorem ipsum dolor sit amet.

#e880de Color CSS Codes

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

#e880de Text Font Color

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

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


#e880de Background Color

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

This div background color is #e880de


#e880de Border Color

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

This div border color is #e880de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e880de


Comments

No comments written yet.

Please login to write comment.