Color Hex Logo

#e79bab Color Hex

#E79BAB
(231,155,171)
0 Favorites   0 Comments

Color spaces of #e79bab

RGB 231155171
HSL0.960.610.76
HSV347°33°91°
CMYK 0.000.330.26   0.09
XYZ52.027043.371944.1576
Yxy43.37190.37280.3108
Hunter Lab65.857325.76386.3460
CIE-Lab71.806730.53263.3510

#e79bab color RGB value is (231,155,171).

#e79bab hex color red value is 231, green value is 155 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #e79bab hue: 0.96 , saturation: 0.61 and the lightness value of e79bab is 0.76.

The process color (four color CMYK) of #e79bab color hex is 0.00, 0.33, 0.26, 0.09. Web safe color of #e79bab is #ff9999. Color #e79bab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 10011011 10101011
Octal 347 233 253
Decimal 231 155 171
Hex E7 9B AB

RGB Percentages of Color #e79bab

%41.47
%27.83
%30.70

CMYK Percentages of Color #e79bab

%0
%33
%26
%9

Triadic Colors of #e79bab

#e79bab #abe79b #9babe7

Analogous Colors of #e79bab

#e79bab #e7b19b #e79bd1

Monochromatic Colors of #e79bab

#e79bab

Complementary Color

#e79bab #9be7d7

#e79bab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e79bab Color Preview on White Background

Lorem ipsum dolor sit amet.

#e79bab Color CSS Codes

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

#e79bab Text Font Color

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

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


#e79bab Background Color

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

This div background color is #e79bab


#e79bab Border Color

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

This div border color is #e79bab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e79bab


Comments

No comments written yet.

Please login to write comment.