Color Hex Logo

#af77ae Color Hex

#AF77AE
(175,119,174)
0 Favorites   0 Comments

Color spaces of #af77ae

RGB 175119174
HSL0.840.260.58
HSV301°32°69°
CMYK 0.000.320.01   0.31
XYZ31.916025.363643.2579
Yxy25.36360.31750.2523
Hunter Lab50.362324.9865-15.6726
CIE-Lab57.428031.0309-20.4275

#af77ae color RGB value is (175,119,174).

#af77ae hex color red value is 175, green value is 119 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #af77ae hue: 0.84 , saturation: 0.26 and the lightness value of af77ae is 0.58.

The process color (four color CMYK) of #af77ae color hex is 0.00, 0.32, 0.01, 0.31. Web safe color of #af77ae is #996699. Color #af77ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01110111 10101110
Octal 257 167 256
Decimal 175 119 174
Hex AF 77 AE

RGB Percentages of Color #af77ae

%37.39
%25.43
%37.18

CMYK Percentages of Color #af77ae

%0
%32
%1
%31

Triadic Colors of #af77ae

#af77ae #aeaf77 #77aeaf

Analogous Colors of #af77ae

#af77ae #af7792 #9477af

Monochromatic Colors of #af77ae

#af77ae

Complementary Color

#af77ae #77af78

#af77ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af77ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#af77ae Color CSS Codes

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

#af77ae Text Font Color

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

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


#af77ae Background Color

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

This div background color is #af77ae


#af77ae Border Color

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

This div border color is #af77ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af77ae


Comments

No comments written yet.

Please login to write comment.