Color Hex Logo

#e856dd Color Hex

#E856DD
(232,86,221)
0 Favorites   0 Comments

Color spaces of #e856dd

RGB 23286221
HSL0.850.760.62
HSV305°63°91°
CMYK 0.000.630.05   0.09
XYZ49.657629.031871.3931
Yxy29.03180.33090.1934
Hunter Lab53.881270.2159-40.8430
CIE-Lab60.809771.6276-41.3211

#e856dd color RGB value is (232,86,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 01010110 11011101
Octal 350 126 335
Decimal 232 86 221
Hex E8 56 DD

RGB Percentages of Color #e856dd

%43.04
%15.96
%41.00

CMYK Percentages of Color #e856dd

%0
%63
%5
%9

Triadic Colors of #e856dd

#e856dd #dde856 #56dde8

Analogous Colors of #e856dd

#e856dd #e85694 #aa56e8

Monochromatic Colors of #e856dd

#e856dd

Complementary Color

#e856dd #56e861

#e856dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e856dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e856dd Color CSS Codes

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

#e856dd Text Font Color

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

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


#e856dd Background Color

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

This div background color is #e856dd


#e856dd Border Color

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

This div border color is #e856dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e856dd


Comments

No comments written yet.

Please login to write comment.