Color Hex Logo

#af072f Color Hex

#AF072F
(175,7,47)
0 Favorites   0 Comments

Color spaces of #af072f

RGB 175747
HSL0.960.920.36
HSV346°96°69°
CMYK 0.000.960.73   0.31
XYZ18.26839.47123.5546
Yxy9.47120.58380.3027
Hunter Lab30.775352.101214.6946
CIE-Lab36.876160.637127.2452

#af072f color RGB value is (175,7,47).

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

The process color (four color CMYK) of #af072f color hex is 0.00, 0.96, 0.73, 0.31. Web safe color of #af072f is #990033. Color #af072f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00000111 00101111
Octal 257 7 57
Decimal 175 7 47
Hex AF 7 2F

RGB Percentages of Color #af072f

%76.42
%3.06
%20.52

CMYK Percentages of Color #af072f

%0
%96
%73
%31

Triadic Colors of #af072f

#af072f #2faf07 #072faf

Analogous Colors of #af072f

#af072f #af3307 #af0783

Monochromatic Colors of #af072f

#af072f

Complementary Color

#af072f #07af87

#af072f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af072f Color Preview on White Background

Lorem ipsum dolor sit amet.

#af072f Color CSS Codes

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

#af072f Text Font Color

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

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


#af072f Background Color

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

This div background color is #af072f


#af072f Border Color

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

This div border color is #af072f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af072f


Comments

No comments written yet.

Please login to write comment.