Color Hex Logo

#e79bdb Color Hex

#E79BDB
(231,155,219)
0 Favorites   0 Comments

Color spaces of #e79bdb

RGB 231155219
HSL0.860.610.76
HSV309°33°91°
CMYK 0.000.330.05   0.09
XYZ57.462545.546172.7805
Yxy45.54610.32690.2591
Hunter Lab67.487933.8800-16.6982
CIE-Lab73.250038.0857-20.9905

#e79bdb color RGB value is (231,155,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 10011011 11011011
Octal 347 233 333
Decimal 231 155 219
Hex E7 9B DB

RGB Percentages of Color #e79bdb

%38.18
%25.62
%36.20

CMYK Percentages of Color #e79bdb

%0
%33
%5
%9

Triadic Colors of #e79bdb

#e79bdb #dbe79b #9bdbe7

Analogous Colors of #e79bdb

#e79bdb #e79bb5 #cd9be7

Monochromatic Colors of #e79bdb

#e79bdb

Complementary Color

#e79bdb #9be7a7

#e79bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e79bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e79bdb Color CSS Codes

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

#e79bdb Text Font Color

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

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


#e79bdb Background Color

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

This div background color is #e79bdb


#e79bdb Border Color

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

This div border color is #e79bdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e79bdb


Comments

No comments written yet.

Please login to write comment.