Color Hex Logo

#e77fac Color Hex

#E77FAC
(231,127,172)
0 Favorites   0 Comments

Color spaces of #e77fac

RGB 231127172
HSL0.930.680.70
HSV334°45°91°
CMYK 0.000.450.26   0.09
XYZ47.990835.146243.2842
Yxy35.14620.37960.2780
Hunter Lab59.284240.7490-1.7895
CIE-Lab65.862345.2919-5.9153

#e77fac color RGB value is (231,127,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 01111111 10101100
Octal 347 177 254
Decimal 231 127 172
Hex E7 7F AC

RGB Percentages of Color #e77fac

%43.58
%23.96
%32.45

CMYK Percentages of Color #e77fac

%0
%45
%26
%9

Triadic Colors of #e77fac

#e77fac #ace77f #7face7

Analogous Colors of #e77fac

#e77fac #e7867f #e77fe0

Monochromatic Colors of #e77fac

#e77fac

Complementary Color

#e77fac #7fe7ba

#e77fac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e77fac Color Preview on White Background

Lorem ipsum dolor sit amet.

#e77fac Color CSS Codes

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

#e77fac Text Font Color

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

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


#e77fac Background Color

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

This div background color is #e77fac


#e77fac Border Color

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

This div border color is #e77fac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e77fac


Comments

No comments written yet.

Please login to write comment.