Color Hex Logo

#e77bab Color Hex

#E77BAB
(231,123,171)
0 Favorites   0 Comments

Color spaces of #e77bab

RGB 231123171
HSL0.930.690.69
HSV333°47°91°
CMYK 0.000.470.26   0.09
XYZ47.388634.095142.6114
Yxy34.09510.38190.2747
Hunter Lab58.391042.6816-2.3937
CIE-Lab65.038047.1727-6.5707

#e77bab color RGB value is (231,123,171).

#e77bab hex color red value is 231, green value is 123 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #e77bab hue: 0.93 , saturation: 0.69 and the lightness value of e77bab is 0.69.

The process color (four color CMYK) of #e77bab color hex is 0.00, 0.47, 0.26, 0.09. Web safe color of #e77bab is #ff6699. Color #e77bab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 01111011 10101011
Octal 347 173 253
Decimal 231 123 171
Hex E7 7B AB

RGB Percentages of Color #e77bab

%44.00
%23.43
%32.57

CMYK Percentages of Color #e77bab

%0
%47
%26
%9

Triadic Colors of #e77bab

#e77bab #abe77b #7babe7

Analogous Colors of #e77bab

#e77bab #e7817b #e77be1

Monochromatic Colors of #e77bab

#e77bab

Complementary Color

#e77bab #7be7b7

#e77bab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e77bab Color Preview on White Background

Lorem ipsum dolor sit amet.

#e77bab Color CSS Codes

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

#e77bab Text Font Color

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

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


#e77bab Background Color

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

This div background color is #e77bab


#e77bab Border Color

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

This div border color is #e77bab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e77bab


Comments

No comments written yet.

Please login to write comment.