Color Hex Logo

#e856cd Color Hex

#E856CD
(232,86,205)
0 Favorites   0 Comments

Color spaces of #e856cd

RGB 23286205
HSL0.860.760.62
HSV311°63°91°
CMYK 0.000.630.12   0.09
XYZ47.625928.219260.6943
Yxy28.21920.34880.2067
Hunter Lab53.121767.0698-30.5566
CIE-Lab60.086369.1771-33.4153

#e856cd color RGB value is (232,86,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 01010110 11001101
Octal 350 126 315
Decimal 232 86 205
Hex E8 56 CD

RGB Percentages of Color #e856cd

%44.36
%16.44
%39.20

CMYK Percentages of Color #e856cd

%0
%63
%12
%9

Triadic Colors of #e856cd

#e856cd #cde856 #56cde8

Analogous Colors of #e856cd

#e856cd #e85684 #ba56e8

Monochromatic Colors of #e856cd

#e856cd

Complementary Color

#e856cd #56e871

#e856cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e856cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e856cd Color CSS Codes

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

#e856cd Text Font Color

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

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


#e856cd Background Color

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

This div background color is #e856cd


#e856cd Border Color

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

This div border color is #e856cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e856cd


Comments

No comments written yet.

Please login to write comment.