Color Hex Logo

#e79fde Color Hex

#E79FDE
(231,159,222)
0 Favorites   0 Comments

Color spaces of #e79fde

RGB 231159222
HSL0.850.600.76
HSV308°31°91°
CMYK 0.000.310.04   0.09
XYZ58.538047.059175.1053
Yxy47.05910.32390.2604
Hunter Lab68.599632.2697-16.8930
CIE-Lab74.227636.4937-21.1476

#e79fde color RGB value is (231,159,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 10011111 11011110
Octal 347 237 336
Decimal 231 159 222
Hex E7 9F DE

RGB Percentages of Color #e79fde

%37.75
%25.98
%36.27

CMYK Percentages of Color #e79fde

%0
%31
%4
%9

Triadic Colors of #e79fde

#e79fde #dee79f #9fdee7

Analogous Colors of #e79fde

#e79fde #e79fba #cc9fe7

Monochromatic Colors of #e79fde

#e79fde

Complementary Color

#e79fde #9fe7a8

#e79fde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e79fde Color Preview on White Background

Lorem ipsum dolor sit amet.

#e79fde Color CSS Codes

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

#e79fde Text Font Color

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

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


#e79fde Background Color

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

This div background color is #e79fde


#e79fde Border Color

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

This div border color is #e79fde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e79fde


Comments

No comments written yet.

Please login to write comment.