Color Hex Logo

#af291c Color Hex

#AF291C
(175,41,28)
0 Favorites   0 Comments

Color spaces of #af291c

RGB 1754128
HSL0.010.720.40
HSV84°69°
CMYK 0.000.770.84   0.31
XYZ18.681710.78372.1954
Yxy10.78370.59010.3406
Hunter Lab32.838544.080419.0232
CIE-Lab39.213852.721540.7608

#af291c color RGB value is (175,41,28).

#af291c hex color red value is 175, green value is 41 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #af291c hue: 0.01 , saturation: 0.72 and the lightness value of af291c is 0.40.

The process color (four color CMYK) of #af291c color hex is 0.00, 0.77, 0.84, 0.31. Web safe color of #af291c is #993333. Color #af291c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00101001 00011100
Octal 257 51 34
Decimal 175 41 28
Hex AF 29 1C

RGB Percentages of Color #af291c

%71.72
%16.80
%11.48

CMYK Percentages of Color #af291c

%0
%77
%84
%31

Triadic Colors of #af291c

#af291c #1caf29 #291caf

Analogous Colors of #af291c

#af291c #af731c #af1c59

Monochromatic Colors of #af291c

#af291c

Complementary Color

#af291c #1ca2af

#af291c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af291c Color Preview on White Background

Lorem ipsum dolor sit amet.

#af291c Color CSS Codes

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

#af291c Text Font Color

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

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


#af291c Background Color

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

This div background color is #af291c


#af291c Border Color

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

This div border color is #af291c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af291c


Comments

No comments written yet.

Please login to write comment.