Color Hex Logo

#af7979 Color Hex

#AF7979
(175,121,121)
0 Favorites   0 Comments

Color spaces of #af7979

RGB 175121121
HSL0.000.250.58
HSV31°69°
CMYK 0.000.310.31   0.31
XYZ27.967824.169221.2802
Yxy24.16920.38090.3292
Hunter Lab49.162215.51288.7494
CIE-Lab56.256821.11338.5155

#af7979 color RGB value is (175,121,121).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 01111001 01111001
Octal 257 171 171
Decimal 175 121 121
Hex AF 79 79

RGB Percentages of Color #af7979

%41.97
%29.02
%29.02

CMYK Percentages of Color #af7979

%0
%31
%31
%31

Triadic Colors of #af7979

#af7979 #79af79 #7979af

Analogous Colors of #af7979

#af7979 #af9479 #af7994

Monochromatic Colors of #af7979

#af7979

Complementary Color

#af7979 #79afaf

#af7979 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af7979 Color Preview on White Background

Lorem ipsum dolor sit amet.

#af7979 Color CSS Codes

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

#af7979 Text Font Color

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

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


#af7979 Background Color

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

This div background color is #af7979


#af7979 Border Color

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

This div border color is #af7979


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af7979


Comments

No comments written yet.

Please login to write comment.