Color Hex Logo

#e771fe Color Hex

#E771FE
(231,113,254)
0 Favorites   0 Comments

Color spaces of #e771fe

RGB 231113254
HSL0.810.990.72
HSV290°56°100°
CMYK 0.090.560.00   0.00
XYZ56.749535.954997.7149
Yxy35.95490.29800.1888
Hunter Lab59.962464.0014-54.6455
CIE-Lab66.485565.4875-50.6976

#e771fe color RGB value is (231,113,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 01110001 11111110
Octal 347 161 376
Decimal 231 113 254
Hex E7 71 FE

RGB Percentages of Color #e771fe

%38.63
%18.90
%42.47

CMYK Percentages of Color #e771fe

%9
%56
%0
%0

Triadic Colors of #e771fe

#e771fe #fee771 #71fee7

Analogous Colors of #e771fe

#e771fe #fe71cf #a171fe

Monochromatic Colors of #e771fe

#e771fe

Complementary Color

#e771fe #88fe71

#e771fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e771fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e771fe Color CSS Codes

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

#e771fe Text Font Color

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

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


#e771fe Background Color

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

This div background color is #e771fe


#e771fe Border Color

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

This div border color is #e771fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e771fe


Comments

No comments written yet.

Please login to write comment.