Color Hex Logo

#af8199 Color Hex

#AF8199
(175,129,153)
0 Favorites   0 Comments

Color spaces of #af8199

RGB 175129153
HSL0.910.220.60
HSV329°26°69°
CMYK 0.000.260.13   0.31
XYZ31.279227.114433.7220
Yxy27.11440.33960.2944
Hunter Lab52.071516.0994-1.9467
CIE-Lab59.080121.5830-5.8672

#af8199 color RGB value is (175,129,153).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10000001 10011001
Octal 257 201 231
Decimal 175 129 153
Hex AF 81 99

RGB Percentages of Color #af8199

%38.29
%28.23
%33.48

CMYK Percentages of Color #af8199

%0
%26
%13
%31

Triadic Colors of #af8199

#af8199 #99af81 #8199af

Analogous Colors of #af8199

#af8199 #af8182 #ae81af

Monochromatic Colors of #af8199

#af8199

Complementary Color

#af8199 #81af97

#af8199 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af8199 Color Preview on White Background

Lorem ipsum dolor sit amet.

#af8199 Color CSS Codes

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

#af8199 Text Font Color

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

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


#af8199 Background Color

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

This div background color is #af8199


#af8199 Border Color

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

This div border color is #af8199


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af8199


Comments

No comments written yet.

Please login to write comment.