Color Hex Logo

#afa0bf Color Hex

#AFA0BF
(175,160,191)
0 Favorites   0 Comments

Color spaces of #afa0bf

RGB 175160191
HSL0.750.190.69
HSV269°16°75°
CMYK 0.080.160.00   0.25
XYZ39.654038.017254.5383
Yxy38.01720.29990.2876
Hunter Lab61.65816.8966-9.2830
CIE-Lab68.033311.3984-13.9492

#afa0bf color RGB value is (175,160,191).

#afa0bf hex color red value is 175, green value is 160 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #afa0bf hue: 0.75 , saturation: 0.19 and the lightness value of afa0bf is 0.69.

The process color (four color CMYK) of #afa0bf color hex is 0.08, 0.16, 0.00, 0.25. Web safe color of #afa0bf is #9999cc. Color #afa0bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100000 10111111
Octal 257 240 277
Decimal 175 160 191
Hex AF A0 BF

RGB Percentages of Color #afa0bf

%33.27
%30.42
%36.31

CMYK Percentages of Color #afa0bf

%8
%16
%0
%25

Triadic Colors of #afa0bf

#afa0bf #bfafa0 #a0bfaf

Analogous Colors of #afa0bf

#afa0bf #bfa0bf #a0a1bf

Monochromatic Colors of #afa0bf

#afa0bf

Complementary Color

#afa0bf #b0bfa0

#afa0bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa0bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa0bf Color CSS Codes

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

#afa0bf Text Font Color

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

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


#afa0bf Background Color

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

This div background color is #afa0bf


#afa0bf Border Color

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

This div border color is #afa0bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa0bf


Comments

No comments written yet.

Please login to write comment.