Color Hex Logo

#af072e Color Hex

#AF072E
(175,7,46)
0 Favorites   0 Comments

Color spaces of #af072e

RGB 175746
HSL0.960.920.36
HSV346°96°69°
CMYK 0.000.960.74   0.31
XYZ18.24839.46323.4495
Yxy9.46320.58560.3037
Hunter Lab30.762352.052714.8852
CIE-Lab36.861260.595927.8559

#af072e color RGB value is (175,7,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 00000111 00101110
Octal 257 7 56
Decimal 175 7 46
Hex AF 7 2E

RGB Percentages of Color #af072e

%76.75
%3.07
%20.18

CMYK Percentages of Color #af072e

%0
%96
%74
%31

Triadic Colors of #af072e

#af072e #2eaf07 #072eaf

Analogous Colors of #af072e

#af072e #af3407 #af0782

Monochromatic Colors of #af072e

#af072e

Complementary Color

#af072e #07af88

#af072e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af072e Color Preview on White Background

Lorem ipsum dolor sit amet.

#af072e Color CSS Codes

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

#af072e Text Font Color

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

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


#af072e Background Color

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

This div background color is #af072e


#af072e Border Color

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

This div border color is #af072e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af072e


Comments

No comments written yet.

Please login to write comment.