Color Hex Logo

#e856ba Color Hex

#E856BA
(232,86,186)
0 Favorites   0 Comments

Color spaces of #e856ba

RGB 23286186
HSL0.890.760.62
HSV319°63°91°
CMYK 0.000.630.20   0.09
XYZ45.469427.356649.3382
Yxy27.35660.37220.2239
Hunter Lab52.303563.6455-19.3161
CIE-Lab59.303066.4665-23.7838

#e856ba color RGB value is (232,86,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 01010110 10111010
Octal 350 126 272
Decimal 232 86 186
Hex E8 56 BA

RGB Percentages of Color #e856ba

%46.03
%17.06
%36.90

CMYK Percentages of Color #e856ba

%0
%63
%20
%9

Triadic Colors of #e856ba

#e856ba #bae856 #56bae8

Analogous Colors of #e856ba

#e856ba #e85671 #cd56e8

Monochromatic Colors of #e856ba

#e856ba

Complementary Color

#e856ba #56e884

#e856ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e856ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#e856ba Color CSS Codes

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

#e856ba Text Font Color

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

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


#e856ba Background Color

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

This div background color is #e856ba


#e856ba Border Color

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

This div border color is #e856ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e856ba


Comments

No comments written yet.

Please login to write comment.