Color Hex Logo

#e79bba Color Hex

#E79BBA
(231,155,186)
0 Favorites   0 Comments

Color spaces of #e79bba

RGB 231155186
HSL0.930.610.76
HSV336°33°91°
CMYK 0.000.330.19   0.09
XYZ53.539343.976852.1209
Yxy43.97680.35780.2939
Hunter Lab66.315028.0604-0.1790
CIE-Lab72.213032.7064-4.3605

#e79bba color RGB value is (231,155,186).

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

The process color (four color CMYK) of #e79bba color hex is 0.00, 0.33, 0.19, 0.09. Web safe color of #e79bba is #ff99cc. Color #e79bba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 10011011 10111010
Octal 347 233 272
Decimal 231 155 186
Hex E7 9B BA

RGB Percentages of Color #e79bba

%40.38
%27.10
%32.52

CMYK Percentages of Color #e79bba

%0
%33
%19
%9

Triadic Colors of #e79bba

#e79bba #bae79b #9bbae7

Analogous Colors of #e79bba

#e79bba #e7a29b #e79be0

Monochromatic Colors of #e79bba

#e79bba

Complementary Color

#e79bba #9be7c8

#e79bba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e79bba Color Preview on White Background

Lorem ipsum dolor sit amet.

#e79bba Color CSS Codes

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

#e79bba Text Font Color

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

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


#e79bba Background Color

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

This div background color is #e79bba


#e79bba Border Color

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

This div border color is #e79bba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e79bba


Comments

No comments written yet.

Please login to write comment.