Color Hex Logo

#af112c Color Hex

#AF112C
(175,17,44)
0 Favorites   0 Comments

Color spaces of #af112c

RGB 1751744
HSL0.970.820.38
HSV350°90°69°
CMYK 0.000.900.75   0.31
XYZ18.33439.69673.2882
Yxy9.69670.58540.3096
Hunter Lab31.139550.602915.5369
CIE-Lab37.292559.189529.6016

#af112c color RGB value is (175,17,44).

#af112c hex color red value is 175, green value is 17 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #af112c hue: 0.97 , saturation: 0.82 and the lightness value of af112c is 0.38.

The process color (four color CMYK) of #af112c color hex is 0.00, 0.90, 0.75, 0.31. Web safe color of #af112c is #990033. Color #af112c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00010001 00101100
Octal 257 21 54
Decimal 175 17 44
Hex AF 11 2C

RGB Percentages of Color #af112c

%74.15
%7.20
%18.64

CMYK Percentages of Color #af112c

%0
%90
%75
%31

Triadic Colors of #af112c

#af112c #2caf11 #112caf

Analogous Colors of #af112c

#af112c #af4511 #af117b

Monochromatic Colors of #af112c

#af112c

Complementary Color

#af112c #11af94

#af112c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af112c Color Preview on White Background

Lorem ipsum dolor sit amet.

#af112c Color CSS Codes

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

#af112c Text Font Color

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

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


#af112c Background Color

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

This div background color is #af112c


#af112c Border Color

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

This div border color is #af112c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af112c


Comments

No comments written yet.

Please login to write comment.