Color Hex Logo

#e776fe Color Hex

#E776FE
(231,118,254)
0 Favorites   0 Comments

Color spaces of #e776fe

RGB 231118254
HSL0.810.990.73
HSV290°54°100°
CMYK 0.090.540.00   0.00
XYZ57.322837.101597.9060
Yxy37.10150.29800.1929
Hunter Lab60.911061.3905-52.6628
CIE-Lab67.353163.1606-49.3273

#e776fe color RGB value is (231,118,254).

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

The process color (four color CMYK) of #e776fe color hex is 0.09, 0.54, 0.00, 0.00. Web safe color of #e776fe is #ff66ff. Color #e776fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 01110110 11111110
Octal 347 166 376
Decimal 231 118 254
Hex E7 76 FE

RGB Percentages of Color #e776fe

%38.31
%19.57
%42.12

CMYK Percentages of Color #e776fe

%9
%54
%0
%0

Triadic Colors of #e776fe

#e776fe #fee776 #76fee7

Analogous Colors of #e776fe

#e776fe #fe76d1 #a376fe

Monochromatic Colors of #e776fe

#e776fe

Complementary Color

#e776fe #8dfe76

#e776fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e776fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e776fe Color CSS Codes

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

#e776fe Text Font Color

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

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


#e776fe Background Color

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

This div background color is #e776fe


#e776fe Border Color

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

This div border color is #e776fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e776fe


Comments

No comments written yet.

Please login to write comment.