Color Hex Logo

#af081f Color Hex

#AF081F
(175,8,31)
0 Favorites   0 Comments

Color spaces of #af081f

RGB 175831
HSL0.980.910.36
HSV352°95°69°
CMYK 0.000.950.82   0.31
XYZ18.01349.38662.1587
Yxy9.38660.60940.3176
Hunter Lab30.637651.333617.2688
CIE-Lab36.718259.969436.7631

#af081f color RGB value is (175,8,31).

#af081f hex color red value is 175, green value is 8 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #af081f hue: 0.98 , saturation: 0.91 and the lightness value of af081f is 0.36.

The process color (four color CMYK) of #af081f color hex is 0.00, 0.95, 0.82, 0.31. Web safe color of #af081f is #990033. Color #af081f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00001000 00011111
Octal 257 10 37
Decimal 175 8 31
Hex AF 8 1F

RGB Percentages of Color #af081f

%81.78
%3.74
%14.49

CMYK Percentages of Color #af081f

%0
%95
%82
%31

Triadic Colors of #af081f

#af081f #1faf08 #081faf

Analogous Colors of #af081f

#af081f #af4508 #af0873

Monochromatic Colors of #af081f

#af081f

Complementary Color

#af081f #08af98

#af081f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af081f Color Preview on White Background

Lorem ipsum dolor sit amet.

#af081f Color CSS Codes

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

#af081f Text Font Color

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

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


#af081f Background Color

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

This div background color is #af081f


#af081f Border Color

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

This div border color is #af081f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af081f


Comments

No comments written yet.

Please login to write comment.