Color Hex Logo

#e86baa Color Hex

#E86BAA
(232,107,170)
0 Favorites   0 Comments

Color spaces of #e86baa

RGB 232107170
HSL0.920.730.66
HSV330°54°91°
CMYK 0.000.540.27   0.09
XYZ45.792130.573541.5180
Yxy30.57350.38850.2594
Hunter Lab55.293351.0645-5.8137
CIE-Lab62.145955.1352-10.2948

#e86baa color RGB value is (232,107,170).

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

The process color (four color CMYK) of #e86baa color hex is 0.00, 0.54, 0.27, 0.09. Web safe color of #e86baa is #ff6699. Color #e86baa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 01101011 10101010
Octal 350 153 252
Decimal 232 107 170
Hex E8 6B AA

RGB Percentages of Color #e86baa

%45.58
%21.02
%33.40

CMYK Percentages of Color #e86baa

%0
%54
%27
%9

Triadic Colors of #e86baa

#e86baa #aae86b #6baae8

Analogous Colors of #e86baa

#e86baa #e86b6c #e86be8

Monochromatic Colors of #e86baa

#e86baa

Complementary Color

#e86baa #6be8a9

#e86baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e86baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e86baa Color CSS Codes

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

#e86baa Text Font Color

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

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


#e86baa Background Color

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

This div background color is #e86baa


#e86baa Border Color

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

This div border color is #e86baa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e86baa


Comments

No comments written yet.

Please login to write comment.