Color Hex Logo

#af574f Color Hex

#AF574F
(175,87,79)
0 Favorites   0 Comments

Color spaces of #af574f

RGB 1758779
HSL0.010.380.50
HSV55°69°
CMYK 0.000.500.55   0.31
XYZ22.498716.49499.3952
Yxy16.49490.46500.3409
Hunter Lab40.613927.808514.7142
CIE-Lab47.617235.085421.3066

#af574f color RGB value is (175,87,79).

#af574f hex color red value is 175, green value is 87 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #af574f hue: 0.01 , saturation: 0.38 and the lightness value of af574f is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 01010111 01001111
Octal 257 127 117
Decimal 175 87 79
Hex AF 57 4F

RGB Percentages of Color #af574f

%51.32
%25.51
%23.17

CMYK Percentages of Color #af574f

%0
%50
%55
%31

Triadic Colors of #af574f

#af574f #4faf57 #574faf

Analogous Colors of #af574f

#af574f #af874f #af4f77

Monochromatic Colors of #af574f

#af574f

Complementary Color

#af574f #4fa7af

#af574f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af574f Color Preview on White Background

Lorem ipsum dolor sit amet.

#af574f Color CSS Codes

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

#af574f Text Font Color

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

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


#af574f Background Color

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

This div background color is #af574f


#af574f Border Color

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

This div border color is #af574f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af574f


Comments

No comments written yet.

Please login to write comment.