Color Hex Logo

#e79bda Color Hex

#E79BDA
(231,155,218)
0 Favorites   0 Comments

Color spaces of #e79bda

RGB 231155218
HSL0.860.610.76
HSV310°33°91°
CMYK 0.000.330.06   0.09
XYZ57.331245.493672.0891
Yxy45.49360.32780.2601
Hunter Lab67.448933.6883-16.1546
CIE-Lab73.215737.9113-20.4941

#e79bda color RGB value is (231,155,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 10011011 11011010
Octal 347 233 332
Decimal 231 155 218
Hex E7 9B DA

RGB Percentages of Color #e79bda

%38.25
%25.66
%36.09

CMYK Percentages of Color #e79bda

%0
%33
%6
%9

Triadic Colors of #e79bda

#e79bda #dae79b #9bdae7

Analogous Colors of #e79bda

#e79bda #e79bb4 #ce9be7

Monochromatic Colors of #e79bda

#e79bda

Complementary Color

#e79bda #9be7a8

#e79bda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e79bda Color Preview on White Background

Lorem ipsum dolor sit amet.

#e79bda Color CSS Codes

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

#e79bda Text Font Color

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

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


#e79bda Background Color

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

This div background color is #e79bda


#e79bda Border Color

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

This div border color is #e79bda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e79bda


Comments

No comments written yet.

Please login to write comment.