Color Hex Logo

#af798f Color Hex

#AF798F
(175,121,143)
0 Favorites   0 Comments

Color spaces of #af798f

RGB 175121143
HSL0.930.250.58
HSV336°31°69°
CMYK 0.000.310.18   0.31
XYZ29.474524.771929.2146
Yxy24.77190.35320.2968
Hunter Lab49.771418.60740.0382
CIE-Lab56.852524.4136-3.3884

#af798f color RGB value is (175,121,143).

#af798f hex color red value is 175, green value is 121 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #af798f hue: 0.93 , saturation: 0.25 and the lightness value of af798f is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 01111001 10001111
Octal 257 171 217
Decimal 175 121 143
Hex AF 79 8F

RGB Percentages of Color #af798f

%39.86
%27.56
%32.57

CMYK Percentages of Color #af798f

%0
%31
%18
%31

Triadic Colors of #af798f

#af798f #8faf79 #798faf

Analogous Colors of #af798f

#af798f #af7e79 #af79aa

Monochromatic Colors of #af798f

#af798f

Complementary Color

#af798f #79af99

#af798f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af798f Color Preview on White Background

Lorem ipsum dolor sit amet.

#af798f Color CSS Codes

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

#af798f Text Font Color

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

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


#af798f Background Color

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

This div background color is #af798f


#af798f Border Color

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

This div border color is #af798f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,121,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 #af798f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af798f


Comments

No comments written yet.

Please login to write comment.