Color Hex Logo

#af828f Color Hex

#AF828F
(175,130,143)
0 Favorites   0 Comments

Color spaces of #af828f

RGB 175130143
HSL0.950.220.60
HSV343°26°69°
CMYK 0.000.260.18   0.31
XYZ30.619827.062429.5963
Yxy27.06240.35080.3101
Hunter Lab52.021514.02722.6836
CIE-Lab59.032019.3470-0.1899

#af828f color RGB value is (175,130,143).

#af828f hex color red value is 175, green value is 130 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #af828f hue: 0.95 , saturation: 0.22 and the lightness value of af828f is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10000010 10001111
Octal 257 202 217
Decimal 175 130 143
Hex AF 82 8F

RGB Percentages of Color #af828f

%39.06
%29.02
%31.92

CMYK Percentages of Color #af828f

%0
%26
%18
%31

Triadic Colors of #af828f

#af828f #8faf82 #828faf

Analogous Colors of #af828f

#af828f #af8c82 #af82a6

Monochromatic Colors of #af828f

#af828f

Complementary Color

#af828f #82afa2

#af828f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af828f Color Preview on White Background

Lorem ipsum dolor sit amet.

#af828f Color CSS Codes

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

#af828f Text Font Color

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

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


#af828f Background Color

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

This div background color is #af828f


#af828f Border Color

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

This div border color is #af828f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af828f


Comments

No comments written yet.

Please login to write comment.