Color Hex Logo

#e77fec Color Hex

#E77FEC
(231,127,236)
0 Favorites   0 Comments

Color spaces of #e77fec

RGB 231127236
HSL0.830.740.71
HSV297°46°93°
CMYK 0.020.460.00   0.07
XYZ55.684738.223883.7999
Yxy38.22380.31330.2151
Hunter Lab61.825452.5764-37.0856
CIE-Lab68.185255.5109-38.1370

#e77fec color RGB value is (231,127,236).

#e77fec hex color red value is 231, green value is 127 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #e77fec hue: 0.83 , saturation: 0.74 and the lightness value of e77fec is 0.71.

The process color (four color CMYK) of #e77fec color hex is 0.02, 0.46, 0.00, 0.07. Web safe color of #e77fec is #ff66ff. Color #e77fec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 01111111 11101100
Octal 347 177 354
Decimal 231 127 236
Hex E7 7F EC

RGB Percentages of Color #e77fec

%38.89
%21.38
%39.73

CMYK Percentages of Color #e77fec

%2
%46
%0
%7

Triadic Colors of #e77fec

#e77fec #ece77f #7fece7

Analogous Colors of #e77fec

#e77fec #ec7fbb #b17fec

Monochromatic Colors of #e77fec

#e77fec

Complementary Color

#e77fec #84ec7f

#e77fec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e77fec Color Preview on White Background

Lorem ipsum dolor sit amet.

#e77fec Color CSS Codes

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

#e77fec Text Font Color

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

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


#e77fec Background Color

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

This div background color is #e77fec


#e77fec Border Color

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

This div border color is #e77fec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e77fec


Comments

No comments written yet.

Please login to write comment.