Color Hex Logo

#e86abf Color Hex

#E86ABF
(232,106,191)
0 Favorites   0 Comments

Color spaces of #e86abf

RGB 232106191
HSL0.890.730.66
HSV320°54°91°
CMYK 0.000.540.18   0.09
XYZ47.836731.225552.7961
Yxy31.22550.36280.2368
Hunter Lab55.879855.0179-16.9023
CIE-Lab62.697558.5067-21.4391

#e86abf color RGB value is (232,106,191).

#e86abf hex color red value is 232, green value is 106 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #e86abf hue: 0.89 , saturation: 0.73 and the lightness value of e86abf is 0.66.

The process color (four color CMYK) of #e86abf color hex is 0.00, 0.54, 0.18, 0.09. Web safe color of #e86abf is #ff66cc. Color #e86abf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 01101010 10111111
Octal 350 152 277
Decimal 232 106 191
Hex E8 6A BF

RGB Percentages of Color #e86abf

%43.86
%20.04
%36.11

CMYK Percentages of Color #e86abf

%0
%54
%18
%9

Triadic Colors of #e86abf

#e86abf #bfe86a #6abfe8

Analogous Colors of #e86abf

#e86abf #e86a80 #d26ae8

Monochromatic Colors of #e86abf

#e86abf

Complementary Color

#e86abf #6ae893

#e86abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e86abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e86abf Color CSS Codes

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

#e86abf Text Font Color

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

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


#e86abf Background Color

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

This div background color is #e86abf


#e86abf Border Color

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

This div border color is #e86abf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e86abf


Comments

No comments written yet.

Please login to write comment.