Color Hex Logo

#e856af Color Hex

#E856AF
(232,86,175)
0 Favorites   0 Comments

Color spaces of #e856af

RGB 23286175
HSL0.900.760.62
HSV323°63°91°
CMYK 0.000.630.25   0.09
XYZ44.344426.906543.4137
Yxy26.90650.38670.2347
Hunter Lab51.871561.8228-13.3126
CIE-Lab58.887765.0044-18.0871

#e856af color RGB value is (232,86,175).

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

The process color (four color CMYK) of #e856af color hex is 0.00, 0.63, 0.25, 0.09. Web safe color of #e856af is #ff6699. Color #e856af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 01010110 10101111
Octal 350 126 257
Decimal 232 86 175
Hex E8 56 AF

RGB Percentages of Color #e856af

%47.06
%17.44
%35.50

CMYK Percentages of Color #e856af

%0
%63
%25
%9

Triadic Colors of #e856af

#e856af #afe856 #56afe8

Analogous Colors of #e856af

#e856af #e85666 #d856e8

Monochromatic Colors of #e856af

#e856af

Complementary Color

#e856af #56e88f

#e856af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e856af Color Preview on White Background

Lorem ipsum dolor sit amet.

#e856af Color CSS Codes

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

#e856af Text Font Color

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

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


#e856af Background Color

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

This div background color is #e856af


#e856af Border Color

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

This div border color is #e856af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e856af


Comments

No comments written yet.

Please login to write comment.