Color Hex Logo

#af7873 Color Hex

#AF7873
(175,120,115)
1 Favorites   0 Comments

Color spaces of #af7873

RGB 175120115
HSL0.010.270.57
HSV34°69°
CMYK 0.000.310.34   0.31
XYZ27.490223.784719.3617
Yxy23.78470.38920.3367
Hunter Lab48.769615.269310.6003
CIE-Lab55.871620.869811.4497

#af7873 color RGB value is (175,120,115).

#af7873 hex color red value is 175, green value is 120 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #af7873 hue: 0.01 , saturation: 0.27 and the lightness value of af7873 is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 01111000 01110011
Octal 257 170 163
Decimal 175 120 115
Hex AF 78 73

RGB Percentages of Color #af7873

%42.68
%29.27
%28.05

CMYK Percentages of Color #af7873

%0
%31
%34
%31

Triadic Colors of #af7873

#af7873 #73af78 #7873af

Analogous Colors of #af7873

#af7873 #af9673 #af738c

Monochromatic Colors of #af7873

#af7873

Complementary Color

#af7873 #73aaaf

#af7873 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af7873 Color Preview on White Background

Lorem ipsum dolor sit amet.

#af7873 Color CSS Codes

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

#af7873 Text Font Color

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

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


#af7873 Background Color

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

This div background color is #af7873


#af7873 Border Color

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

This div border color is #af7873


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af7873


Comments

No comments written yet.

Please login to write comment.