Color Hex Logo

#af1f0e Color Hex

#AF1F0E
(175,31,14)
0 Favorites   0 Comments

Color spaces of #af1f0e

RGB 1753114
HSL0.020.850.37
HSV92°69°
CMYK 0.000.820.92   0.31
XYZ18.248410.12561.4081
Yxy10.12560.61270.3400
Hunter Lab31.820746.679019.6509
CIE-Lab38.066955.399646.2740

#af1f0e color RGB value is (175,31,14).

#af1f0e hex color red value is 175, green value is 31 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #af1f0e hue: 0.02 , saturation: 0.85 and the lightness value of af1f0e is 0.37.

The process color (four color CMYK) of #af1f0e color hex is 0.00, 0.82, 0.92, 0.31. Web safe color of #af1f0e is #993300. Color #af1f0e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00011111 00001110
Octal 257 37 16
Decimal 175 31 14
Hex AF 1F E

RGB Percentages of Color #af1f0e

%79.55
%14.09
%6.36

CMYK Percentages of Color #af1f0e

%0
%82
%92
%31

Triadic Colors of #af1f0e

#af1f0e #0eaf1f #1f0eaf

Analogous Colors of #af1f0e

#af1f0e #af700e #af0e4d

Monochromatic Colors of #af1f0e

#af1f0e

Complementary Color

#af1f0e #0e9eaf

#af1f0e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af1f0e Color Preview on White Background

Lorem ipsum dolor sit amet.

#af1f0e Color CSS Codes

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

#af1f0e Text Font Color

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

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


#af1f0e Background Color

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

This div background color is #af1f0e


#af1f0e Border Color

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

This div border color is #af1f0e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af1f0e


Comments

No comments written yet.

Please login to write comment.