Color Hex Logo

#e79dbd Color Hex

#E79DBD
(231,157,189)
0 Favorites   0 Comments

Color spaces of #e79dbd

RGB 231157189
HSL0.930.610.76
HSV334°32°91°
CMYK 0.000.320.18   0.09
XYZ54.197344.777053.9304
Yxy44.77700.35450.2928
Hunter Lab66.915627.4711-0.9436
CIE-Lab72.744832.0988-5.2335

#e79dbd color RGB value is (231,157,189).

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

The process color (four color CMYK) of #e79dbd color hex is 0.00, 0.32, 0.18, 0.09. Web safe color of #e79dbd is #ff99cc. Color #e79dbd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 10011101 10111101
Octal 347 235 275
Decimal 231 157 189
Hex E7 9D BD

RGB Percentages of Color #e79dbd

%40.03
%27.21
%32.76

CMYK Percentages of Color #e79dbd

%0
%32
%18
%9

Triadic Colors of #e79dbd

#e79dbd #bde79d #9dbde7

Analogous Colors of #e79dbd

#e79dbd #e7a29d #e79de2

Monochromatic Colors of #e79dbd

#e79dbd

Complementary Color

#e79dbd #9de7c7

#e79dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e79dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e79dbd Color CSS Codes

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

#e79dbd Text Font Color

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

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


#e79dbd Background Color

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

This div background color is #e79dbd


#e79dbd Border Color

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

This div border color is #e79dbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e79dbd


Comments

No comments written yet.

Please login to write comment.