Color Hex Logo

#e85dce Color Hex

#E85DCE
(232,93,206)
0 Favorites   0 Comments

Color spaces of #e85dce

RGB 23293206
HSL0.860.750.64
HSV311°60°91°
CMYK 0.000.600.11   0.09
XYZ48.333629.440761.5277
Yxy29.44070.34700.2113
Hunter Lab54.259364.0522-29.2508
CIE-Lab61.168666.4692-32.2991

#e85dce color RGB value is (232,93,206).

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

The process color (four color CMYK) of #e85dce color hex is 0.00, 0.60, 0.11, 0.09. Web safe color of #e85dce is #ff66cc. Color #e85dce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 01011101 11001110
Octal 350 135 316
Decimal 232 93 206
Hex E8 5D CE

RGB Percentages of Color #e85dce

%43.69
%17.51
%38.79

CMYK Percentages of Color #e85dce

%0
%60
%11
%9

Triadic Colors of #e85dce

#e85dce #cee85d #5dcee8

Analogous Colors of #e85dce

#e85dce #e85d89 #bd5de8

Monochromatic Colors of #e85dce

#e85dce

Complementary Color

#e85dce #5de877

#e85dce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e85dce Color Preview on White Background

Lorem ipsum dolor sit amet.

#e85dce Color CSS Codes

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

#e85dce Text Font Color

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

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


#e85dce Background Color

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

This div background color is #e85dce


#e85dce Border Color

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

This div border color is #e85dce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e85dce


Comments

No comments written yet.

Please login to write comment.