Color Hex Logo

#af7073 Color Hex

#AF7073
(175,112,115)
0 Favorites   0 Comments

Color spaces of #af7073

RGB 175112115
HSL0.990.280.56
HSV357°36°69°
CMYK 0.000.360.34   0.31
XYZ26.567921.940119.0542
Yxy21.94010.39320.3247
Hunter Lab46.840319.27518.6695
CIE-Lab53.963425.35478.7583

#af7073 color RGB value is (175,112,115).

#af7073 hex color red value is 175, green value is 112 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #af7073 hue: 0.99 , saturation: 0.28 and the lightness value of af7073 is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 01110000 01110011
Octal 257 160 163
Decimal 175 112 115
Hex AF 70 73

RGB Percentages of Color #af7073

%43.53
%27.86
%28.61

CMYK Percentages of Color #af7073

%0
%36
%34
%31

Triadic Colors of #af7073

#af7073 #73af70 #7073af

Analogous Colors of #af7073

#af7073 #af8d70 #af7093

Monochromatic Colors of #af7073

#af7073

Complementary Color

#af7073 #70afac

#af7073 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af7073 Color Preview on White Background

Lorem ipsum dolor sit amet.

#af7073 Color CSS Codes

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

#af7073 Text Font Color

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

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


#af7073 Background Color

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

This div background color is #af7073


#af7073 Border Color

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

This div border color is #af7073


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af7073


Comments

No comments written yet.

Please login to write comment.