Color Hex Logo

#af040b Color Hex

#AF040B
(175,4,11)
0 Favorites   0 Comments

Color spaces of #af040b

RGB 175411
HSL0.990.960.35
HSV358°98°69°
CMYK 0.000.980.94   0.31
XYZ17.78309.22501.1599
Yxy9.22500.63130.3275
Hunter Lab30.372751.358318.9967
CIE-Lab36.413960.051246.3624

#af040b color RGB value is (175,4,11).

#af040b hex color red value is 175, green value is 4 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #af040b hue: 0.99 , saturation: 0.96 and the lightness value of af040b is 0.35.

The process color (four color CMYK) of #af040b color hex is 0.00, 0.98, 0.94, 0.31. Web safe color of #af040b is #990000. Color #af040b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00000100 00001011
Octal 257 4 13
Decimal 175 4 11
Hex AF 4 B

RGB Percentages of Color #af040b

%92.11
%2.11
%5.79

CMYK Percentages of Color #af040b

%0
%98
%94
%31

Triadic Colors of #af040b

#af040b #0baf04 #040baf

Analogous Colors of #af040b

#af040b #af5204 #af0461

Monochromatic Colors of #af040b

#af040b

Complementary Color

#af040b #04afa8

#af040b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af040b Color Preview on White Background

Lorem ipsum dolor sit amet.

#af040b Color CSS Codes

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

#af040b Text Font Color

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

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


#af040b Background Color

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

This div background color is #af040b


#af040b Border Color

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

This div border color is #af040b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af040b


Comments

No comments written yet.

Please login to write comment.