Color Hex Logo

#afa0af Color Hex

#AFA0AF
(175,160,175)
0 Favorites   0 Comments

Color spaces of #afa0af

RGB 175160175
HSL0.830.090.66
HSV300°69°
CMYK 0.000.090.00   0.31
XYZ37.987937.350745.7647
Yxy37.35070.31370.3084
Hunter Lab61.11524.0001-1.6173
CIE-Lab67.53938.2201-5.7811

#afa0af color RGB value is (175,160,175).

#afa0af hex color red value is 175, green value is 160 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #afa0af hue: 0.83 , saturation: 0.09 and the lightness value of afa0af is 0.66.

The process color (four color CMYK) of #afa0af color hex is 0.00, 0.09, 0.00, 0.31. Web safe color of #afa0af is #999999. Color #afa0af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100000 10101111
Octal 257 240 257
Decimal 175 160 175
Hex AF A0 AF

RGB Percentages of Color #afa0af

%34.31
%31.37
%34.31

CMYK Percentages of Color #afa0af

%0
%9
%0
%31

Triadic Colors of #afa0af

#afa0af #afafa0 #a0afaf

Analogous Colors of #afa0af

#afa0af #afa0a8 #a8a0af

Monochromatic Colors of #afa0af

#afa0af

Complementary Color

#afa0af #a0afa0

#afa0af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa0af Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa0af Color CSS Codes

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

#afa0af Text Font Color

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

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


#afa0af Background Color

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

This div background color is #afa0af


#afa0af Border Color

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

This div border color is #afa0af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa0af


Comments

No comments written yet.

Please login to write comment.