Color Hex Logo

#e771ff Color Hex

#E771FF
(231,113,255)
0 Favorites   0 Comments

Color spaces of #e771ff

RGB 231113255
HSL0.811.000.72
HSV290°56°100°
CMYK 0.090.560.00   0.00
XYZ56.910136.019298.5606
Yxy36.01920.29720.1881
Hunter Lab60.016064.2344-55.3571
CIE-Lab66.534665.6725-51.1678

#e771ff color RGB value is (231,113,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 01110001 11111111
Octal 347 161 377
Decimal 231 113 255
Hex E7 71 FF

RGB Percentages of Color #e771ff

%38.56
%18.86
%42.57

CMYK Percentages of Color #e771ff

%9
%56
%0
%0

Triadic Colors of #e771ff

#e771ff #ffe771 #71ffe7

Analogous Colors of #e771ff

#e771ff #ff71d0 #a071ff

Monochromatic Colors of #e771ff

#e771ff

Complementary Color

#e771ff #89ff71

#e771ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e771ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#e771ff Color CSS Codes

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

#e771ff Text Font Color

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

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


#e771ff Background Color

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

This div background color is #e771ff


#e771ff Border Color

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

This div border color is #e771ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e771ff


Comments

No comments written yet.

Please login to write comment.