Color Hex Logo

#af310f Color Hex

#AF310F
(175,49,15)
0 Favorites   0 Comments

Color spaces of #af310f

RGB 1754915
HSL0.040.840.37
HSV13°91°69°
CMYK 0.000.720.91   0.31
XYZ18.863711.34511.6475
Yxy11.34510.59210.3561
Hunter Lab33.682541.023620.6777
CIE-Lab40.155749.602247.3529

#af310f color RGB value is (175,49,15).

#af310f hex color red value is 175, green value is 49 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #af310f hue: 0.04 , saturation: 0.84 and the lightness value of af310f is 0.37.

The process color (four color CMYK) of #af310f color hex is 0.00, 0.72, 0.91, 0.31. Web safe color of #af310f is #993300. Color #af310f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00110001 00001111
Octal 257 61 17
Decimal 175 49 15
Hex AF 31 F

RGB Percentages of Color #af310f

%73.22
%20.50
%6.28

CMYK Percentages of Color #af310f

%0
%72
%91
%31

Triadic Colors of #af310f

#af310f #0faf31 #310faf

Analogous Colors of #af310f

#af310f #af810f #af0f3d

Monochromatic Colors of #af310f

#af310f

Complementary Color

#af310f #0f8daf

#af310f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af310f Color Preview on White Background

Lorem ipsum dolor sit amet.

#af310f Color CSS Codes

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

#af310f Text Font Color

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

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


#af310f Background Color

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

This div background color is #af310f


#af310f Border Color

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

This div border color is #af310f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af310f


Comments

No comments written yet.

Please login to write comment.