Color Hex Logo

#af360f Color Hex

#AF360F
(175,54,15)
0 Favorites   0 Comments

Color spaces of #af360f

RGB 1755415
HSL0.040.840.37
HSV15°91°69°
CMYK 0.000.690.91   0.31
XYZ19.084611.78681.7211
Yxy11.78680.58560.3616
Hunter Lab34.331939.144721.0601
CIE-Lab40.875247.634947.8675

#af360f color RGB value is (175,54,15).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 00110110 00001111
Octal 257 66 17
Decimal 175 54 15
Hex AF 36 F

RGB Percentages of Color #af360f

%71.72
%22.13
%6.15

CMYK Percentages of Color #af360f

%0
%69
%91
%31

Triadic Colors of #af360f

#af360f #0faf36 #360faf

Analogous Colors of #af360f

#af360f #af860f #af0f38

Monochromatic Colors of #af360f

#af360f

Complementary Color

#af360f #0f88af

#af360f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af360f Color Preview on White Background

Lorem ipsum dolor sit amet.

#af360f Color CSS Codes

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

#af360f Text Font Color

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

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


#af360f Background Color

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

This div background color is #af360f


#af360f Border Color

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

This div border color is #af360f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,54,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 #af360f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af360f


Comments

No comments written yet.

Please login to write comment.