Color Hex Logo

#af070f Color Hex

#AF070F
(175,7,15)
0 Favorites   0 Comments

Color spaces of #af070f

RGB 175715
HSL0.990.920.36
HSV357°96°69°
CMYK 0.000.960.91   0.31
XYZ17.84149.30041.3067
Yxy9.30040.62710.3269
Hunter Lab30.496651.058918.8072
CIE-Lab36.556459.750144.8246

#af070f color RGB value is (175,7,15).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 00000111 00001111
Octal 257 7 17
Decimal 175 7 15
Hex AF 7 F

RGB Percentages of Color #af070f

%88.83
%3.55
%7.61

CMYK Percentages of Color #af070f

%0
%96
%91
%31

Triadic Colors of #af070f

#af070f #0faf07 #070faf

Analogous Colors of #af070f

#af070f #af5307 #af0763

Monochromatic Colors of #af070f

#af070f

Complementary Color

#af070f #07afa7

#af070f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af070f Color Preview on White Background

Lorem ipsum dolor sit amet.

#af070f Color CSS Codes

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

#af070f Text Font Color

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

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


#af070f Background Color

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

This div background color is #af070f


#af070f Border Color

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

This div border color is #af070f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af070f


Comments

No comments written yet.

Please login to write comment.