Color Hex Logo

#af879f Color Hex

#AF879F
(175,135,159)
0 Favorites   0 Comments

Color spaces of #af879f

RGB 175135159
HSL0.900.200.61
HSV324°23°69°
CMYK 0.000.230.09   0.31
XYZ32.601228.945136.6696
Yxy28.94510.33190.2947
Hunter Lab53.800714.0132-2.7506
CIE-Lab60.733119.2540-6.8500

#af879f color RGB value is (175,135,159).

#af879f hex color red value is 175, green value is 135 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #af879f hue: 0.90 , saturation: 0.20 and the lightness value of af879f is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10000111 10011111
Octal 257 207 237
Decimal 175 135 159
Hex AF 87 9F

RGB Percentages of Color #af879f

%37.31
%28.78
%33.90

CMYK Percentages of Color #af879f

%0
%23
%9
%31

Triadic Colors of #af879f

#af879f #9faf87 #879faf

Analogous Colors of #af879f

#af879f #af878b #ab87af

Monochromatic Colors of #af879f

#af879f

Complementary Color

#af879f #87af97

#af879f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af879f Color Preview on White Background

Lorem ipsum dolor sit amet.

#af879f Color CSS Codes

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

#af879f Text Font Color

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

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


#af879f Background Color

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

This div background color is #af879f


#af879f Border Color

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

This div border color is #af879f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af879f


Comments

No comments written yet.

Please login to write comment.