Color Hex Logo

#e79afc Color Hex

#E79AFC
(231,154,252)
0 Favorites   0 Comments

Color spaces of #e79afc

RGB 231154252
HSL0.800.940.80
HSV287°39°99°
CMYK 0.080.390.00   0.01
XYZ62.081347.128497.9201
Yxy47.12840.29970.2275
Hunter Lab68.650141.2824-36.5141
CIE-Lab74.271844.7185-37.4078

#e79afc color RGB value is (231,154,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 10011010 11111100
Octal 347 232 374
Decimal 231 154 252
Hex E7 9A FC

RGB Percentages of Color #e79afc

%36.26
%24.18
%39.56

CMYK Percentages of Color #e79afc

%8
%39
%0
%1

Triadic Colors of #e79afc

#e79afc #fce79a #9afce7

Analogous Colors of #e79afc

#e79afc #fc9ae0 #b69afc

Monochromatic Colors of #e79afc

#e79afc

Complementary Color

#e79afc #affc9a

#e79afc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e79afc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e79afc Color CSS Codes

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

#e79afc Text Font Color

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

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


#e79afc Background Color

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

This div background color is #e79afc


#e79afc Border Color

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

This div border color is #e79afc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e79afc


Comments

No comments written yet.

Please login to write comment.