Color Hex Logo

#e71bab Color Hex

#E71BAB
(231,27,171)
0 Favorites   0 Comments

Color spaces of #e71bab

RGB 23127171
HSL0.880.810.51
HSV318°88°91°
CMYK 0.000.880.26   0.09
XYZ40.697620.713140.3811
Yxy20.71310.39980.2035
Hunter Lab45.511679.9736-20.7481
CIE-Lab52.634181.0236-25.3585

#e71bab color RGB value is (231,27,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 00011011 10101011
Octal 347 33 253
Decimal 231 27 171
Hex E7 1B AB

RGB Percentages of Color #e71bab

%53.85
%6.29
%39.86

CMYK Percentages of Color #e71bab

%0
%88
%26
%9

Triadic Colors of #e71bab

#e71bab #abe71b #1babe7

Analogous Colors of #e71bab

#e71bab #e71b45 #bd1be7

Monochromatic Colors of #e71bab

#e71bab

Complementary Color

#e71bab #1be757

#e71bab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e71bab Color Preview on White Background

Lorem ipsum dolor sit amet.

#e71bab Color CSS Codes

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

#e71bab Text Font Color

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

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


#e71bab Background Color

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

This div background color is #e71bab


#e71bab Border Color

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

This div border color is #e71bab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e71bab


Comments

No comments written yet.

Please login to write comment.