Color Hex Logo

#af4213 Color Hex

#AF4213
(175,66,19)
0 Favorites   0 Comments

Color spaces of #af4213

RGB 1756619
HSL0.050.800.38
HSV18°89°69°
CMYK 0.000.620.89   0.31
XYZ19.745013.05742.0958
Yxy13.05740.56580.3742
Hunter Lab36.135034.300221.8557
CIE-Lab42.849642.463747.8654

#af4213 color RGB value is (175,66,19).

#af4213 hex color red value is 175, green value is 66 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #af4213 hue: 0.05 , saturation: 0.80 and the lightness value of af4213 is 0.38.

The process color (four color CMYK) of #af4213 color hex is 0.00, 0.62, 0.89, 0.31. Web safe color of #af4213 is #993300. Color #af4213 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01000010 00010011
Octal 257 102 23
Decimal 175 66 19
Hex AF 42 13

RGB Percentages of Color #af4213

%67.31
%25.38
%7.31

CMYK Percentages of Color #af4213

%0
%62
%89
%31

Triadic Colors of #af4213

#af4213 #13af42 #4213af

Analogous Colors of #af4213

#af4213 #af9013 #af1332

Monochromatic Colors of #af4213

#af4213

Complementary Color

#af4213 #1380af

#af4213 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af4213 Color Preview on White Background

Lorem ipsum dolor sit amet.

#af4213 Color CSS Codes

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

#af4213 Text Font Color

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

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


#af4213 Background Color

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

This div background color is #af4213


#af4213 Border Color

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

This div border color is #af4213


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af4213


Comments

No comments written yet.

Please login to write comment.