Color Hex Logo

#e799fc Color Hex

#E799FC
(231,153,252)
0 Favorites   0 Comments

Color spaces of #e799fc

RGB 231153252
HSL0.800.940.79
HSV287°39°99°
CMYK 0.080.390.00   0.01
XYZ61.916946.799797.8653
Yxy46.79970.29970.2265
Hunter Lab68.410341.8390-36.9309
CIE-Lab74.061545.2420-37.7345

#e799fc color RGB value is (231,153,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 10011001 11111100
Octal 347 231 374
Decimal 231 153 252
Hex E7 99 FC

RGB Percentages of Color #e799fc

%36.32
%24.06
%39.62

CMYK Percentages of Color #e799fc

%8
%39
%0
%1

Triadic Colors of #e799fc

#e799fc #fce799 #99fce7

Analogous Colors of #e799fc

#e799fc #fc99e0 #b699fc

Monochromatic Colors of #e799fc

#e799fc

Complementary Color

#e799fc #aefc99

#e799fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e799fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e799fc Color CSS Codes

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

#e799fc Text Font Color

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

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


#e799fc Background Color

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

This div background color is #e799fc


#e799fc Border Color

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

This div border color is #e799fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e799fc


Comments

No comments written yet.

Please login to write comment.