Color Hex Logo

#af060f Color Hex

#AF060F
(175,6,15)
0 Favorites   0 Comments

Color spaces of #af060f

RGB 175615
HSL0.990.930.35
HSV357°97°69°
CMYK 0.000.970.91   0.31
XYZ17.83059.27871.3031
Yxy9.27870.62760.3266
Hunter Lab30.461051.179318.7863
CIE-Lab36.515459.868144.7962

#af060f color RGB value is (175,6,15).

#af060f hex color red value is 175, green value is 6 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #af060f hue: 0.99 , saturation: 0.93 and the lightness value of af060f is 0.35.

The process color (four color CMYK) of #af060f color hex is 0.00, 0.97, 0.91, 0.31. Web safe color of #af060f is #990000. Color #af060f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00000110 00001111
Octal 257 6 17
Decimal 175 6 15
Hex AF 6 F

RGB Percentages of Color #af060f

%89.29
%3.06
%7.65

CMYK Percentages of Color #af060f

%0
%97
%91
%31

Triadic Colors of #af060f

#af060f #0faf06 #060faf

Analogous Colors of #af060f

#af060f #af5206 #af0663

Monochromatic Colors of #af060f

#af060f

Complementary Color

#af060f #06afa6

#af060f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af060f Color Preview on White Background

Lorem ipsum dolor sit amet.

#af060f Color CSS Codes

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

#af060f Text Font Color

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

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


#af060f Background Color

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

This div background color is #af060f


#af060f Border Color

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

This div border color is #af060f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af060f


Comments

No comments written yet.

Please login to write comment.