Color Hex Logo

#e81bab Color Hex

#E81BAB
(232,27,171)
0 Favorites   0 Comments

Color spaces of #e81bab

RGB 23227171
HSL0.880.820.51
HSV318°88°91°
CMYK 0.000.880.26   0.09
XYZ41.021320.879940.3962
Yxy20.87990.40100.2041
Hunter Lab45.694580.2792-20.4291
CIE-Lab52.817881.2281-25.0597

#e81bab color RGB value is (232,27,171).

#e81bab hex color red value is 232, green value is 27 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #e81bab hue: 0.88 , saturation: 0.82 and the lightness value of e81bab is 0.51.

The process color (four color CMYK) of #e81bab color hex is 0.00, 0.88, 0.26, 0.09. Web safe color of #e81bab is #ff3399. Color #e81bab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 00011011 10101011
Octal 350 33 253
Decimal 232 27 171
Hex E8 1B AB

RGB Percentages of Color #e81bab

%53.95
%6.28
%39.77

CMYK Percentages of Color #e81bab

%0
%88
%26
%9

Triadic Colors of #e81bab

#e81bab #abe81b #1babe8

Analogous Colors of #e81bab

#e81bab #e81b44 #bf1be8

Monochromatic Colors of #e81bab

#e81bab

Complementary Color

#e81bab #1be858

#e81bab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e81bab Color Preview on White Background

Lorem ipsum dolor sit amet.

#e81bab Color CSS Codes

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

#e81bab Text Font Color

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

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


#e81bab Background Color

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

This div background color is #e81bab


#e81bab Border Color

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

This div border color is #e81bab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e81bab


Comments

No comments written yet.

Please login to write comment.