Color Hex Logo

#e77fbf Color Hex

#E77FBF
(231,127,191)
0 Favorites   0 Comments

Color spaces of #e77fbf

RGB 231127191
HSL0.900.680.70
HSV323°45°91°
CMYK 0.000.450.17   0.09
XYZ49.948335.929353.5927
Yxy35.92930.35810.2576
Hunter Lab59.941143.8455-11.0519
CIE-Lab66.465948.0318-15.7283

#e77fbf color RGB value is (231,127,191).

#e77fbf hex color red value is 231, green value is 127 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #e77fbf hue: 0.90 , saturation: 0.68 and the lightness value of e77fbf is 0.70.

The process color (four color CMYK) of #e77fbf color hex is 0.00, 0.45, 0.17, 0.09. Web safe color of #e77fbf is #ff66cc. Color #e77fbf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 01111111 10111111
Octal 347 177 277
Decimal 231 127 191
Hex E7 7F BF

RGB Percentages of Color #e77fbf

%42.08
%23.13
%34.79

CMYK Percentages of Color #e77fbf

%0
%45
%17
%9

Triadic Colors of #e77fbf

#e77fbf #bfe77f #7fbfe7

Analogous Colors of #e77fbf

#e77fbf #e77f8b #db7fe7

Monochromatic Colors of #e77fbf

#e77fbf

Complementary Color

#e77fbf #7fe7a7

#e77fbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e77fbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e77fbf Color CSS Codes

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

#e77fbf Text Font Color

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

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


#e77fbf Background Color

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

This div background color is #e77fbf


#e77fbf Border Color

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

This div border color is #e77fbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e77fbf


Comments

No comments written yet.

Please login to write comment.