Color Hex Logo

#af556f Color Hex

#AF556F
(175,85,111)
0 Favorites   0 Comments

Color spaces of #af556f

RGB 17585111
HSL0.950.360.51
HSV343°51°69°
CMYK 0.000.510.37   0.31
XYZ23.796916.758717.0194
Yxy16.75870.41330.2911
Hunter Lab40.937432.12164.0068
CIE-Lab47.954539.46932.5312

#af556f color RGB value is (175,85,111).

#af556f hex color red value is 175, green value is 85 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #af556f hue: 0.95 , saturation: 0.36 and the lightness value of af556f is 0.51.

The process color (four color CMYK) of #af556f color hex is 0.00, 0.51, 0.37, 0.31. Web safe color of #af556f is #996666. Color #af556f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01010101 01101111
Octal 257 125 157
Decimal 175 85 111
Hex AF 55 6F

RGB Percentages of Color #af556f

%47.17
%22.91
%29.92

CMYK Percentages of Color #af556f

%0
%51
%37
%31

Triadic Colors of #af556f

#af556f #6faf55 #556faf

Analogous Colors of #af556f

#af556f #af6855 #af559c

Monochromatic Colors of #af556f

#af556f

Complementary Color

#af556f #55af95

#af556f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af556f Color Preview on White Background

Lorem ipsum dolor sit amet.

#af556f Color CSS Codes

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

#af556f Text Font Color

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

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


#af556f Background Color

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

This div background color is #af556f


#af556f Border Color

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

This div border color is #af556f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af556f


Comments

No comments written yet.

Please login to write comment.