Color Hex Logo

#e880dd Color Hex

#E880DD
(232,128,221)
0 Favorites   0 Comments

Color spaces of #e880dd

RGB 232128221
HSL0.850.690.71
HSV306°45°91°
CMYK 0.000.450.05   0.09
XYZ54.049037.814672.8569
Yxy37.81460.32810.2296
Hunter Lab61.493649.2766-27.2006
CIE-Lab67.883752.6731-30.3039

#e880dd color RGB value is (232,128,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 10000000 11011101
Octal 350 200 335
Decimal 232 128 221
Hex E8 80 DD

RGB Percentages of Color #e880dd

%39.93
%22.03
%38.04

CMYK Percentages of Color #e880dd

%0
%45
%5
%9

Triadic Colors of #e880dd

#e880dd #dde880 #80dde8

Analogous Colors of #e880dd

#e880dd #e880a9 #bf80e8

Monochromatic Colors of #e880dd

#e880dd

Complementary Color

#e880dd #80e88b

#e880dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e880dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e880dd Color CSS Codes

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

#e880dd Text Font Color

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

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


#e880dd Background Color

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

This div background color is #e880dd


#e880dd Border Color

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

This div border color is #e880dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e880dd


Comments

No comments written yet.

Please login to write comment.