Color Hex Logo

#af7574 Color Hex

#AF7574
(175,117,116)
0 Favorites   0 Comments

Color spaces of #af7574

RGB 175117116
HSL0.000.270.57
HSV34°69°
CMYK 0.000.330.34   0.31
XYZ27.192923.097519.5480
Yxy23.09750.38940.3307
Hunter Lab48.059916.89299.5261
CIE-Lab55.172622.68639.8850

#af7574 color RGB value is (175,117,116).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 01110101 01110100
Octal 257 165 164
Decimal 175 117 116
Hex AF 75 74

RGB Percentages of Color #af7574

%42.89
%28.68
%28.43

CMYK Percentages of Color #af7574

%0
%33
%34
%31

Triadic Colors of #af7574

#af7574 #74af75 #7574af

Analogous Colors of #af7574

#af7574 #af9374 #af7491

Monochromatic Colors of #af7574

#af7574

Complementary Color

#af7574 #74aeaf

#af7574 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af7574 Color Preview on White Background

Lorem ipsum dolor sit amet.

#af7574 Color CSS Codes

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

#af7574 Text Font Color

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

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


#af7574 Background Color

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

This div background color is #af7574


#af7574 Border Color

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

This div border color is #af7574


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af7574


Comments

No comments written yet.

Please login to write comment.