Color Hex Logo

#e79dfe Color Hex

#E79DFE
(231,157,254)
0 Favorites   0 Comments

Color spaces of #e79dfe

RGB 231157254
HSL0.790.980.81
HSV286°38°100°
CMYK 0.090.380.00   0.00
XYZ62.901448.258699.7655
Yxy48.25860.29820.2288
Hunter Lab69.468440.0563-36.5201
CIE-Lab74.987743.5346-37.3786

#e79dfe color RGB value is (231,157,254).

#e79dfe hex color red value is 231, green value is 157 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #e79dfe hue: 0.79 , saturation: 0.98 and the lightness value of e79dfe is 0.81.

The process color (four color CMYK) of #e79dfe color hex is 0.09, 0.38, 0.00, 0.00. Web safe color of #e79dfe is #ff99ff. Color #e79dfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 10011101 11111110
Octal 347 235 376
Decimal 231 157 254
Hex E7 9D FE

RGB Percentages of Color #e79dfe

%35.98
%24.45
%39.56

CMYK Percentages of Color #e79dfe

%9
%38
%0
%0

Triadic Colors of #e79dfe

#e79dfe #fee79d #9dfee7

Analogous Colors of #e79dfe

#e79dfe #fe9de5 #b79dfe

Monochromatic Colors of #e79dfe

#e79dfe

Complementary Color

#e79dfe #b4fe9d

#e79dfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e79dfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e79dfe Color CSS Codes

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

#e79dfe Text Font Color

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

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


#e79dfe Background Color

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

This div background color is #e79dfe


#e79dfe Border Color

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

This div border color is #e79dfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e79dfe


Comments

No comments written yet.

Please login to write comment.