Color Hex Logo

#e88ded Color Hex

#E88DED
(232,141,237)
0 Favorites   0 Comments

Color spaces of #e88ded

RGB 232141237
HSL0.820.730.74
HSV297°41°93°
CMYK 0.020.410.00   0.07
XYZ58.089642.320085.2277
Yxy42.32000.31290.2280
Hunter Lab65.053845.5468-32.1388
CIE-Lab71.091048.9244-34.1622

#e88ded color RGB value is (232,141,237).

#e88ded hex color red value is 232, green value is 141 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #e88ded hue: 0.82 , saturation: 0.73 and the lightness value of e88ded is 0.74.

The process color (four color CMYK) of #e88ded color hex is 0.02, 0.41, 0.00, 0.07. Web safe color of #e88ded is #ff99ff. Color #e88ded contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 10001101 11101101
Octal 350 215 355
Decimal 232 141 237
Hex E8 8D ED

RGB Percentages of Color #e88ded

%38.03
%23.11
%38.85

CMYK Percentages of Color #e88ded

%2
%41
%0
%7

Triadic Colors of #e88ded

#e88ded #ede88d #8dede8

Analogous Colors of #e88ded

#e88ded #ed8dc2 #b88ded

Monochromatic Colors of #e88ded

#e88ded

Complementary Color

#e88ded #92ed8d

#e88ded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e88ded Color Preview on White Background

Lorem ipsum dolor sit amet.

#e88ded Color CSS Codes

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

#e88ded Text Font Color

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

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


#e88ded Background Color

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

This div background color is #e88ded


#e88ded Border Color

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

This div border color is #e88ded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e88ded


Comments

No comments written yet.

Please login to write comment.