Color Hex Logo

#af566e Color Hex

#AF566E
(175,86,110)
0 Favorites   0 Comments

Color spaces of #af566e

RGB 17586110
HSL0.960.360.51
HSV344°51°69°
CMYK 0.000.510.37   0.31
XYZ23.821516.895316.7574
Yxy16.89530.41450.2940
Hunter Lab41.103931.51674.6011
CIE-Lab48.127838.83093.3856

#af566e color RGB value is (175,86,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 01010110 01101110
Octal 257 126 156
Decimal 175 86 110
Hex AF 56 6E

RGB Percentages of Color #af566e

%47.17
%23.18
%29.65

CMYK Percentages of Color #af566e

%0
%51
%37
%31

Triadic Colors of #af566e

#af566e #6eaf56 #566eaf

Analogous Colors of #af566e

#af566e #af6b56 #af569b

Monochromatic Colors of #af566e

#af566e

Complementary Color

#af566e #56af97

#af566e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af566e Color Preview on White Background

Lorem ipsum dolor sit amet.

#af566e Color CSS Codes

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

#af566e Text Font Color

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

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


#af566e Background Color

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

This div background color is #af566e


#af566e Border Color

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

This div border color is #af566e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af566e


Comments

No comments written yet.

Please login to write comment.