Color Hex Logo

#e891ba Color Hex

#E891BA
(232,145,186)
0 Favorites   0 Comments

Color spaces of #e891ba

RGB 232145186
HSL0.920.650.74
HSV332°38°91°
CMYK 0.000.380.20   0.09
XYZ52.267040.951851.6041
Yxy40.95180.36090.2828
Hunter Lab63.993633.8017-3.0156
CIE-Lab70.142138.3352-7.4121

#e891ba color RGB value is (232,145,186).

#e891ba hex color red value is 232, green value is 145 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #e891ba hue: 0.92 , saturation: 0.65 and the lightness value of e891ba is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 10010001 10111010
Octal 350 221 272
Decimal 232 145 186
Hex E8 91 BA

RGB Percentages of Color #e891ba

%41.21
%25.75
%33.04

CMYK Percentages of Color #e891ba

%0
%38
%20
%9

Triadic Colors of #e891ba

#e891ba #bae891 #91bae8

Analogous Colors of #e891ba

#e891ba #e89491 #e891e6

Monochromatic Colors of #e891ba

#e891ba

Complementary Color

#e891ba #91e8bf

#e891ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e891ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#e891ba Color CSS Codes

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

#e891ba Text Font Color

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

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


#e891ba Background Color

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

This div background color is #e891ba


#e891ba Border Color

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

This div border color is #e891ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e891ba


Comments

No comments written yet.

Please login to write comment.