Color Hex Logo

#af072d Color Hex

#AF072D
(175,7,45)
0 Favorites   0 Comments

Color spaces of #af072d

RGB 175745
HSL0.960.920.36
HSV346°96°69°
CMYK 0.000.960.74   0.31
XYZ18.22889.45543.3469
Yxy9.45540.58740.3047
Hunter Lab30.749652.005415.0714
CIE-Lab36.846760.555828.4646

#af072d color RGB value is (175,7,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 00000111 00101101
Octal 257 7 55
Decimal 175 7 45
Hex AF 7 2D

RGB Percentages of Color #af072d

%77.09
%3.08
%19.82

CMYK Percentages of Color #af072d

%0
%96
%74
%31

Triadic Colors of #af072d

#af072d #2daf07 #072daf

Analogous Colors of #af072d

#af072d #af3507 #af0781

Monochromatic Colors of #af072d

#af072d

Complementary Color

#af072d #07af89

#af072d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af072d Color Preview on White Background

Lorem ipsum dolor sit amet.

#af072d Color CSS Codes

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

#af072d Text Font Color

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

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


#af072d Background Color

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

This div background color is #af072d


#af072d Border Color

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

This div border color is #af072d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af072d


Comments

No comments written yet.

Please login to write comment.