Color Hex Logo

#af7314 Color Hex

#AF7314
(175,115,20)
0 Favorites   0 Comments

Color spaces of #af7314

RGB 17511520
HSL0.100.790.38
HSV37°89°69°
CMYK 0.000.340.89   0.31
XYZ23.936221.42593.5359
Yxy21.42590.48950.4382
Hunter Lab46.288111.300527.8726
CIE-Lab53.412516.557455.8685

#af7314 color RGB value is (175,115,20).

#af7314 hex color red value is 175, green value is 115 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #af7314 hue: 0.10 , saturation: 0.79 and the lightness value of af7314 is 0.38.

The process color (four color CMYK) of #af7314 color hex is 0.00, 0.34, 0.89, 0.31. Web safe color of #af7314 is #996600. Color #af7314 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01110011 00010100
Octal 257 163 24
Decimal 175 115 20
Hex AF 73 14

RGB Percentages of Color #af7314

%56.45
%37.10
%6.45

CMYK Percentages of Color #af7314

%0
%34
%89
%31

Triadic Colors of #af7314

#af7314 #14af73 #7314af

Analogous Colors of #af7314

#af7314 #9eaf14 #af2614

Monochromatic Colors of #af7314

#af7314

Complementary Color

#af7314 #1450af

#af7314 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af7314 Color Preview on White Background

Lorem ipsum dolor sit amet.

#af7314 Color CSS Codes

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

#af7314 Text Font Color

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

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


#af7314 Background Color

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

This div background color is #af7314


#af7314 Border Color

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

This div border color is #af7314


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af7314


Comments

No comments written yet.

Please login to write comment.