Color Hex Logo

#e771eb Color Hex

#E771EB
(231,113,235)
0 Favorites   0 Comments

Color spaces of #e771eb

RGB 231113235
HSL0.830.750.68
HSV298°52°92°
CMYK 0.020.520.00   0.08
XYZ53.855534.797382.4753
Yxy34.79730.31470.2033
Hunter Lab58.989259.7343-41.6033
CIE-Lab65.590562.0627-41.6398

#e771eb color RGB value is (231,113,235).

#e771eb hex color red value is 231, green value is 113 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #e771eb hue: 0.83 , saturation: 0.75 and the lightness value of e771eb is 0.68.

The process color (four color CMYK) of #e771eb color hex is 0.02, 0.52, 0.00, 0.08. Web safe color of #e771eb is #ff66ff. Color #e771eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 01110001 11101011
Octal 347 161 353
Decimal 231 113 235
Hex E7 71 EB

RGB Percentages of Color #e771eb

%39.90
%19.52
%40.59

CMYK Percentages of Color #e771eb

%2
%52
%0
%8

Triadic Colors of #e771eb

#e771eb #ebe771 #71ebe7

Analogous Colors of #e771eb

#e771eb #eb71b2 #aa71eb

Monochromatic Colors of #e771eb

#e771eb

Complementary Color

#e771eb #75eb71

#e771eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e771eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e771eb Color CSS Codes

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

#e771eb Text Font Color

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

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


#e771eb Background Color

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

This div background color is #e771eb


#e771eb Border Color

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

This div border color is #e771eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e771eb


Comments

No comments written yet.

Please login to write comment.