Color Hex Logo

#e77feb Color Hex

#E77FEB
(231,127,235)
0 Favorites   0 Comments

Color spaces of #e77feb

RGB 231127235
HSL0.830.730.71
HSV298°46°92°
CMYK 0.020.460.00   0.08
XYZ55.539838.165883.0367
Yxy38.16580.31420.2159
Hunter Lab61.778552.3619-36.4470
CIE-Lab68.142655.3313-37.6523

#e77feb color RGB value is (231,127,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 01111111 11101011
Octal 347 177 353
Decimal 231 127 235
Hex E7 7F EB

RGB Percentages of Color #e77feb

%38.95
%21.42
%39.63

CMYK Percentages of Color #e77feb

%2
%46
%0
%8

Triadic Colors of #e77feb

#e77feb #ebe77f #7febe7

Analogous Colors of #e77feb

#e77feb #eb7fb9 #b17feb

Monochromatic Colors of #e77feb

#e77feb

Complementary Color

#e77feb #83eb7f

#e77feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e77feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e77feb Color CSS Codes

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

#e77feb Text Font Color

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

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


#e77feb Background Color

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

This div background color is #e77feb


#e77feb Border Color

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

This div border color is #e77feb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e77feb


Comments

No comments written yet.

Please login to write comment.