Color Hex Logo

#e85add Color Hex

#E85ADD
(232,90,221)
0 Favorites   0 Comments

Color spaces of #e85add

RGB 23290221
HSL0.850.760.63
HSV305°61°91°
CMYK 0.000.610.05   0.09
XYZ49.986029.688671.5025
Yxy29.68860.33060.1964
Hunter Lab54.487268.4013-39.6640
CIE-Lab61.384670.0353-40.4185

#e85add color RGB value is (232,90,221).

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

The process color (four color CMYK) of #e85add color hex is 0.00, 0.61, 0.05, 0.09. Web safe color of #e85add is #ff66cc. Color #e85add contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 01011010 11011101
Octal 350 132 335
Decimal 232 90 221
Hex E8 5A DD

RGB Percentages of Color #e85add

%42.73
%16.57
%40.70

CMYK Percentages of Color #e85add

%0
%61
%5
%9

Triadic Colors of #e85add

#e85add #dde85a #5adde8

Analogous Colors of #e85add

#e85add #e85a96 #ac5ae8

Monochromatic Colors of #e85add

#e85add

Complementary Color

#e85add #5ae865

#e85add Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e85add Color Preview on White Background

Lorem ipsum dolor sit amet.

#e85add Color CSS Codes

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

#e85add Text Font Color

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

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


#e85add Background Color

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

This div background color is #e85add


#e85add Border Color

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

This div border color is #e85add


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e85add


Comments

No comments written yet.

Please login to write comment.