Color Hex Logo

#e79fda Color Hex

#E79FDA
(231,159,218)
0 Favorites   0 Comments

Color spaces of #e79fda

RGB 231159218
HSL0.860.600.76
HSV311°31°91°
CMYK 0.000.310.06   0.09
XYZ58.008046.847272.3147
Yxy46.84720.32740.2644
Hunter Lab68.445031.5022-14.7306
CIE-Lab74.091935.7905-19.1651

#e79fda color RGB value is (231,159,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 10011111 11011010
Octal 347 237 332
Decimal 231 159 218
Hex E7 9F DA

RGB Percentages of Color #e79fda

%37.99
%26.15
%35.86

CMYK Percentages of Color #e79fda

%0
%31
%6
%9

Triadic Colors of #e79fda

#e79fda #dae79f #9fdae7

Analogous Colors of #e79fda

#e79fda #e79fb6 #d09fe7

Monochromatic Colors of #e79fda

#e79fda

Complementary Color

#e79fda #9fe7ac

#e79fda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e79fda Color Preview on White Background

Lorem ipsum dolor sit amet.

#e79fda Color CSS Codes

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

#e79fda Text Font Color

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

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


#e79fda Background Color

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

This div background color is #e79fda


#e79fda Border Color

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

This div border color is #e79fda


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(231,159,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 #e79fda">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e79fda


Comments

No comments written yet.

Please login to write comment.