Color Hex Logo

#e79bad Color Hex

#E79BAD
(231,155,173)
0 Favorites   0 Comments

Color spaces of #e79bad

RGB 231155173
HSL0.960.610.76
HSV346°33°91°
CMYK 0.000.330.25   0.09
XYZ52.219243.448745.1694
Yxy43.44870.37080.3085
Hunter Lab65.915626.05765.5118
CIE-Lab71.858530.81232.3181

#e79bad color RGB value is (231,155,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 10011011 10101101
Octal 347 233 255
Decimal 231 155 173
Hex E7 9B AD

RGB Percentages of Color #e79bad

%41.32
%27.73
%30.95

CMYK Percentages of Color #e79bad

%0
%33
%25
%9

Triadic Colors of #e79bad

#e79bad #ade79b #9bade7

Analogous Colors of #e79bad

#e79bad #e7af9b #e79bd3

Monochromatic Colors of #e79bad

#e79bad

Complementary Color

#e79bad #9be7d5

#e79bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e79bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#e79bad Color CSS Codes

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

#e79bad Text Font Color

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

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


#e79bad Background Color

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

This div background color is #e79bad


#e79bad Border Color

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

This div border color is #e79bad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(231,155,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e79bad


Comments

No comments written yet.

Please login to write comment.