Color Hex Logo

#af565c Color Hex

#AF565C
(175,86,92)
0 Favorites   0 Comments

Color spaces of #af565c

RGB 1758692
HSL0.990.360.51
HSV356°51°69°
CMYK 0.000.510.47   0.31
XYZ22.938816.542212.1092
Yxy16.54220.44460.3206
Hunter Lab40.672129.496610.8182
CIE-Lab47.678036.827313.6102

#af565c color RGB value is (175,86,92).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 01010110 01011100
Octal 257 126 134
Decimal 175 86 92
Hex AF 56 5C

RGB Percentages of Color #af565c

%49.58
%24.36
%26.06

CMYK Percentages of Color #af565c

%0
%51
%47
%31

Triadic Colors of #af565c

#af565c #5caf56 #565caf

Analogous Colors of #af565c

#af565c #af7d56 #af5689

Monochromatic Colors of #af565c

#af565c

Complementary Color

#af565c #56afa9

#af565c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af565c Color Preview on White Background

Lorem ipsum dolor sit amet.

#af565c Color CSS Codes

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

#af565c Text Font Color

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

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


#af565c Background Color

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

This div background color is #af565c


#af565c Border Color

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

This div border color is #af565c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af565c


Comments

No comments written yet.

Please login to write comment.