Color Hex Logo

#e887ba Color Hex

#E887BA
(232,135,186)
0 Favorites   0 Comments

Color spaces of #e887ba

RGB 232135186
HSL0.910.680.72
HSV328°42°91°
CMYK 0.000.420.20   0.09
XYZ50.805638.028951.1169
Yxy38.02890.36300.2717
Hunter Lab61.667639.1412-5.9788
CIE-Lab68.041943.5339-10.5409

#e887ba color RGB value is (232,135,186).

#e887ba hex color red value is 232, green value is 135 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #e887ba hue: 0.91 , saturation: 0.68 and the lightness value of e887ba is 0.72.

The process color (four color CMYK) of #e887ba color hex is 0.00, 0.42, 0.20, 0.09. Web safe color of #e887ba is #ff99cc. Color #e887ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 10000111 10111010
Octal 350 207 272
Decimal 232 135 186
Hex E8 87 BA

RGB Percentages of Color #e887ba

%41.95
%24.41
%33.63

CMYK Percentages of Color #e887ba

%0
%42
%20
%9

Triadic Colors of #e887ba

#e887ba #bae887 #87bae8

Analogous Colors of #e887ba

#e887ba #e8878a #e687e8

Monochromatic Colors of #e887ba

#e887ba

Complementary Color

#e887ba #87e8b5

#e887ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e887ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#e887ba Color CSS Codes

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

#e887ba Text Font Color

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

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


#e887ba Background Color

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

This div background color is #e887ba


#e887ba Border Color

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

This div border color is #e887ba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(232,135,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 #e887ba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e887ba


Comments

No comments written yet.

Please login to write comment.