Color Hex Logo

#af581f Color Hex

#AF581F
(175,88,31)
0 Favorites   0 Comments

Color spaces of #af581f

RGB 1758831
HSL0.070.700.40
HSV24°82°69°
CMYK 0.000.500.82   0.31
XYZ21.416216.19233.2930
Yxy16.19230.52360.3959
Hunter Lab40.239724.581223.3158
CIE-Lab47.225831.730346.6976

#af581f color RGB value is (175,88,31).

#af581f hex color red value is 175, green value is 88 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #af581f hue: 0.07 , saturation: 0.70 and the lightness value of af581f is 0.40.

The process color (four color CMYK) of #af581f color hex is 0.00, 0.50, 0.82, 0.31. Web safe color of #af581f is #996633. Color #af581f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01011000 00011111
Octal 257 130 37
Decimal 175 88 31
Hex AF 58 1F

RGB Percentages of Color #af581f

%59.52
%29.93
%10.54

CMYK Percentages of Color #af581f

%0
%50
%82
%31

Triadic Colors of #af581f

#af581f #1faf58 #581faf

Analogous Colors of #af581f

#af581f #afa01f #af1f2e

Monochromatic Colors of #af581f

#af581f

Complementary Color

#af581f #1f76af

#af581f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af581f Color Preview on White Background

Lorem ipsum dolor sit amet.

#af581f Color CSS Codes

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

#af581f Text Font Color

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

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


#af581f Background Color

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

This div background color is #af581f


#af581f Border Color

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

This div border color is #af581f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af581f


Comments

No comments written yet.

Please login to write comment.