Color Hex Logo

#e87ace Color Hex

#E87ACE
(232,122,206)
0 Favorites   0 Comments

Color spaces of #e87ace

RGB 232122206
HSL0.870.710.69
HSV314°47°91°
CMYK 0.000.470.11   0.09
XYZ51.378835.531162.5427
Yxy35.53110.34380.2377
Hunter Lab59.608049.5433-20.4835
CIE-Lab66.160153.1656-24.5974

#e87ace color RGB value is (232,122,206).

#e87ace hex color red value is 232, green value is 122 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #e87ace hue: 0.87 , saturation: 0.71 and the lightness value of e87ace is 0.69.

The process color (four color CMYK) of #e87ace color hex is 0.00, 0.47, 0.11, 0.09. Web safe color of #e87ace is #ff66cc. Color #e87ace contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 01111010 11001110
Octal 350 172 316
Decimal 232 122 206
Hex E8 7A CE

RGB Percentages of Color #e87ace

%41.43
%21.79
%36.79

CMYK Percentages of Color #e87ace

%0
%47
%11
%9

Triadic Colors of #e87ace

#e87ace #cee87a #7acee8

Analogous Colors of #e87ace

#e87ace #e87a97 #cb7ae8

Monochromatic Colors of #e87ace

#e87ace

Complementary Color

#e87ace #7ae894

#e87ace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e87ace Color Preview on White Background

Lorem ipsum dolor sit amet.

#e87ace Color CSS Codes

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

#e87ace Text Font Color

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

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


#e87ace Background Color

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

This div background color is #e87ace


#e87ace Border Color

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

This div border color is #e87ace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e87ace


Comments

No comments written yet.

Please login to write comment.