Color Hex Logo

#e77fad Color Hex

#E77FAD
(231,127,173)
0 Favorites   0 Comments

Color spaces of #e77fad

RGB 231127173
HSL0.930.680.70
HSV333°45°91°
CMYK 0.000.450.25   0.09
XYZ48.087235.184843.7920
Yxy35.18480.37840.2769
Hunter Lab59.316840.9028-2.2505
CIE-Lab65.892345.4292-6.4365

#e77fad color RGB value is (231,127,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 01111111 10101101
Octal 347 177 255
Decimal 231 127 173
Hex E7 7F AD

RGB Percentages of Color #e77fad

%43.50
%23.92
%32.58

CMYK Percentages of Color #e77fad

%0
%45
%25
%9

Triadic Colors of #e77fad

#e77fad #ade77f #7fade7

Analogous Colors of #e77fad

#e77fad #e7857f #e77fe1

Monochromatic Colors of #e77fad

#e77fad

Complementary Color

#e77fad #7fe7b9

#e77fad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e77fad Color Preview on White Background

Lorem ipsum dolor sit amet.

#e77fad Color CSS Codes

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

#e77fad Text Font Color

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

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


#e77fad Background Color

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

This div background color is #e77fad


#e77fad Border Color

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

This div border color is #e77fad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e77fad


Comments

No comments written yet.

Please login to write comment.