Color Hex Logo

#e85ede Color Hex

#E85EDE
(232,94,222)
0 Favorites   0 Comments

Color spaces of #e85ede

RGB 23294222
HSL0.850.750.64
HSV304°59°91°
CMYK 0.000.590.04   0.09
XYZ50.466230.435172.3219
Yxy30.43510.32940.1986
Hunter Lab55.168066.7429-39.1080
CIE-Lab62.027868.5510-39.9710

#e85ede color RGB value is (232,94,222).

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

The process color (four color CMYK) of #e85ede color hex is 0.00, 0.59, 0.04, 0.09. Web safe color of #e85ede is #ff66cc. Color #e85ede contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 01011110 11011110
Octal 350 136 336
Decimal 232 94 222
Hex E8 5E DE

RGB Percentages of Color #e85ede

%42.34
%17.15
%40.51

CMYK Percentages of Color #e85ede

%0
%59
%4
%9

Triadic Colors of #e85ede

#e85ede #dee85e #5edee8

Analogous Colors of #e85ede

#e85ede #e85e99 #ad5ee8

Monochromatic Colors of #e85ede

#e85ede

Complementary Color

#e85ede #5ee868

#e85ede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e85ede Color Preview on White Background

Lorem ipsum dolor sit amet.

#e85ede Color CSS Codes

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

#e85ede Text Font Color

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

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


#e85ede Background Color

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

This div background color is #e85ede


#e85ede Border Color

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

This div border color is #e85ede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e85ede


Comments

No comments written yet.

Please login to write comment.