Color Hex Logo

#e88add Color Hex

#E88ADD
(232,138,221)
0 Favorites   0 Comments

Color spaces of #e88add

RGB 232138221
HSL0.850.670.73
HSV307°41°91°
CMYK 0.000.410.05   0.09
XYZ55.418340.553273.3133
Yxy40.55320.32740.2396
Hunter Lab63.681443.8960-23.6807
CIE-Lab69.861747.6163-27.2581

#e88add color RGB value is (232,138,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 10001010 11011101
Octal 350 212 335
Decimal 232 138 221
Hex E8 8A DD

RGB Percentages of Color #e88add

%39.26
%23.35
%37.39

CMYK Percentages of Color #e88add

%0
%41
%5
%9

Triadic Colors of #e88add

#e88add #dde88a #8adde8

Analogous Colors of #e88add

#e88add #e88aae #c48ae8

Monochromatic Colors of #e88add

#e88add

Complementary Color

#e88add #8ae895

#e88add Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e88add Color Preview on White Background

Lorem ipsum dolor sit amet.

#e88add Color CSS Codes

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

#e88add Text Font Color

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

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


#e88add Background Color

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

This div background color is #e88add


#e88add Border Color

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

This div border color is #e88add


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e88add


Comments

No comments written yet.

Please login to write comment.