Color Hex Logo

#af050b Color Hex

#AF050B
(175,5,11)
0 Favorites   0 Comments

Color spaces of #af050b

RGB 175511
HSL0.990.940.35
HSV358°97°69°
CMYK 0.000.970.94   0.31
XYZ17.79399.24671.1636
Yxy9.24670.63090.3278
Hunter Lab30.408451.237119.0171
CIE-Lab36.455059.932646.3864

#af050b color RGB value is (175,5,11).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 00000101 00001011
Octal 257 5 13
Decimal 175 5 11
Hex AF 5 B

RGB Percentages of Color #af050b

%91.62
%2.62
%5.76

CMYK Percentages of Color #af050b

%0
%97
%94
%31

Triadic Colors of #af050b

#af050b #0baf05 #050baf

Analogous Colors of #af050b

#af050b #af5405 #af0560

Monochromatic Colors of #af050b

#af050b

Complementary Color

#af050b #05afa9

#af050b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af050b Color Preview on White Background

Lorem ipsum dolor sit amet.

#af050b Color CSS Codes

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

#af050b Text Font Color

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

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


#af050b Background Color

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

This div background color is #af050b


#af050b Border Color

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

This div border color is #af050b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,5,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 #af050b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af050b


Comments

No comments written yet.

Please login to write comment.