Color Hex Logo

#e86edd Color Hex

#E86EDD
(232,110,221)
0 Favorites   0 Comments

Color spaces of #e86edd

RGB 232110221
HSL0.850.730.67
HSV305°53°91°
CMYK 0.000.530.05   0.09
XYZ51.905833.528172.1425
Yxy33.52810.32940.2128
Hunter Lab57.903558.6799-33.3376
CIE-Lab64.586361.3372-35.4156

#e86edd color RGB value is (232,110,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 01101110 11011101
Octal 350 156 335
Decimal 232 110 221
Hex E8 6E DD

RGB Percentages of Color #e86edd

%41.21
%19.54
%39.25

CMYK Percentages of Color #e86edd

%0
%53
%5
%9

Triadic Colors of #e86edd

#e86edd #dde86e #6edde8

Analogous Colors of #e86edd

#e86edd #e86ea0 #b66ee8

Monochromatic Colors of #e86edd

#e86edd

Complementary Color

#e86edd #6ee879

#e86edd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e86edd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e86edd Color CSS Codes

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

#e86edd Text Font Color

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

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


#e86edd Background Color

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

This div background color is #e86edd


#e86edd Border Color

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

This div border color is #e86edd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e86edd


Comments

No comments written yet.

Please login to write comment.