Color Hex Logo

#e79efc Color Hex

#E79EFC
(231,158,252)
0 Favorites   0 Comments

Color spaces of #e79efc

RGB 231158252
HSL0.800.940.80
HSV287°37°99°
CMYK 0.080.370.00   0.01
XYZ62.752548.470998.1439
Yxy48.47090.29970.2315
Hunter Lab69.621039.0530-34.8456
CIE-Lab75.121042.6163-36.0907

#e79efc color RGB value is (231,158,252).

#e79efc hex color red value is 231, green value is 158 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #e79efc hue: 0.80 , saturation: 0.94 and the lightness value of e79efc is 0.80.

The process color (four color CMYK) of #e79efc color hex is 0.08, 0.37, 0.00, 0.01. Web safe color of #e79efc is #ff99ff. Color #e79efc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 10011110 11111100
Octal 347 236 374
Decimal 231 158 252
Hex E7 9E FC

RGB Percentages of Color #e79efc

%36.04
%24.65
%39.31

CMYK Percentages of Color #e79efc

%8
%37
%0
%1

Triadic Colors of #e79efc

#e79efc #fce79e #9efce7

Analogous Colors of #e79efc

#e79efc #fc9ee2 #b89efc

Monochromatic Colors of #e79efc

#e79efc

Complementary Color

#e79efc #b3fc9e

#e79efc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e79efc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e79efc Color CSS Codes

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

#e79efc Text Font Color

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

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


#e79efc Background Color

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

This div background color is #e79efc


#e79efc Border Color

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

This div border color is #e79efc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e79efc


Comments

No comments written yet.

Please login to write comment.