Color Hex Logo

#e79bdf Color Hex

#E79BDF
(231,155,223)
0 Favorites   0 Comments

Color spaces of #e79bdf

RGB 231155223
HSL0.850.610.76
HSV306°33°91°
CMYK 0.000.330.03   0.09
XYZ57.995645.759375.5878
Yxy45.75930.32340.2552
Hunter Lab67.645634.6562-18.8992
CIE-Lab73.389138.7898-22.9708

#e79bdf color RGB value is (231,155,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 10011011 11011111
Octal 347 233 337
Decimal 231 155 223
Hex E7 9B DF

RGB Percentages of Color #e79bdf

%37.93
%25.45
%36.62

CMYK Percentages of Color #e79bdf

%0
%33
%3
%9

Triadic Colors of #e79bdf

#e79bdf #dfe79b #9bdfe7

Analogous Colors of #e79bdf

#e79bdf #e79bb9 #c99be7

Monochromatic Colors of #e79bdf

#e79bdf

Complementary Color

#e79bdf #9be7a3

#e79bdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e79bdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e79bdf Color CSS Codes

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

#e79bdf Text Font Color

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

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


#e79bdf Background Color

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

This div background color is #e79bdf


#e79bdf Border Color

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

This div border color is #e79bdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e79bdf


Comments

No comments written yet.

Please login to write comment.