Color Hex Logo

#e86cde Color Hex

#E86CDE
(232,108,222)
0 Favorites   0 Comments

Color spaces of #e86cde

RGB 232108222
HSL0.850.730.67
HSV305°53°91°
CMYK 0.000.530.04   0.09
XYZ51.826133.154972.7752
Yxy33.15490.32850.2102
Hunter Lab57.580359.8964-34.6299
CIE-Lab64.286162.4215-36.4412

#e86cde color RGB value is (232,108,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 01101100 11011110
Octal 350 154 336
Decimal 232 108 222
Hex E8 6C DE

RGB Percentages of Color #e86cde

%41.28
%19.22
%39.50

CMYK Percentages of Color #e86cde

%0
%53
%4
%9

Triadic Colors of #e86cde

#e86cde #dee86c #6cdee8

Analogous Colors of #e86cde

#e86cde #e86ca0 #b46ce8

Monochromatic Colors of #e86cde

#e86cde

Complementary Color

#e86cde #6ce876

#e86cde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e86cde Color Preview on White Background

Lorem ipsum dolor sit amet.

#e86cde Color CSS Codes

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

#e86cde Text Font Color

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

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


#e86cde Background Color

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

This div background color is #e86cde


#e86cde Border Color

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

This div border color is #e86cde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e86cde


Comments

No comments written yet.

Please login to write comment.