Color Hex Logo

#e77faf Color Hex

#E77FAF
(231,127,175)
0 Favorites   0 Comments

Color spaces of #e77faf

RGB 231127175
HSL0.920.680.70
HSV332°45°91°
CMYK 0.000.450.24   0.09
XYZ48.282235.262844.8191
Yxy35.26280.37610.2747
Hunter Lab59.382541.2139-3.1816
CIE-Lab65.952845.7063-7.4775

#e77faf color RGB value is (231,127,175).

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

The process color (four color CMYK) of #e77faf color hex is 0.00, 0.45, 0.24, 0.09. Web safe color of #e77faf is #ff6699. Color #e77faf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 01111111 10101111
Octal 347 177 257
Decimal 231 127 175
Hex E7 7F AF

RGB Percentages of Color #e77faf

%43.34
%23.83
%32.83

CMYK Percentages of Color #e77faf

%0
%45
%24
%9

Triadic Colors of #e77faf

#e77faf #afe77f #7fafe7

Analogous Colors of #e77faf

#e77faf #e7837f #e77fe3

Monochromatic Colors of #e77faf

#e77faf

Complementary Color

#e77faf #7fe7b7

#e77faf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e77faf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e77faf Color CSS Codes

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

#e77faf Text Font Color

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

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


#e77faf Background Color

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

This div background color is #e77faf


#e77faf Border Color

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

This div border color is #e77faf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e77faf


Comments

No comments written yet.

Please login to write comment.