Color Hex Logo

#e77fef Color Hex

#E77FEF
(231,127,239)
0 Favorites   0 Comments

Color spaces of #e77fef

RGB 231127239
HSL0.820.780.72
HSV296°47°94°
CMYK 0.030.470.00   0.06
XYZ56.124438.399786.1152
Yxy38.39970.31070.2126
Hunter Lab61.967553.2256-39.0171
CIE-Lab68.314256.0535-39.5874

#e77fef color RGB value is (231,127,239).

#e77fef hex color red value is 231, green value is 127 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #e77fef hue: 0.82 , saturation: 0.78 and the lightness value of e77fef is 0.72.

The process color (four color CMYK) of #e77fef color hex is 0.03, 0.47, 0.00, 0.06. Web safe color of #e77fef is #ff66ff. Color #e77fef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 01111111 11101111
Octal 347 177 357
Decimal 231 127 239
Hex E7 7F EF

RGB Percentages of Color #e77fef

%38.69
%21.27
%40.03

CMYK Percentages of Color #e77fef

%3
%47
%0
%6

Triadic Colors of #e77fef

#e77fef #efe77f #7fefe7

Analogous Colors of #e77fef

#e77fef #ef7fbf #af7fef

Monochromatic Colors of #e77fef

#e77fef

Complementary Color

#e77fef #87ef7f

#e77fef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e77fef Color Preview on White Background

Lorem ipsum dolor sit amet.

#e77fef Color CSS Codes

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

#e77fef Text Font Color

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

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


#e77fef Background Color

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

This div background color is #e77fef


#e77fef Border Color

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

This div border color is #e77fef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e77fef


Comments

No comments written yet.

Please login to write comment.