Color Hex Logo

#af410e Color Hex

#AF410E
(175,65,14)
0 Favorites   0 Comments

Color spaces of #af410e

RGB 1756514
HSL0.050.850.37
HSV19°92°69°
CMYK 0.000.630.92   0.31
XYZ19.648812.92631.8749
Yxy12.92630.57040.3752
Hunter Lab35.953234.634222.0753
CIE-Lab42.652042.833849.4782

#af410e color RGB value is (175,65,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 01000001 00001110
Octal 257 101 16
Decimal 175 65 14
Hex AF 41 E

RGB Percentages of Color #af410e

%68.90
%25.59
%5.51

CMYK Percentages of Color #af410e

%0
%63
%92
%31

Triadic Colors of #af410e

#af410e #0eaf41 #410eaf

Analogous Colors of #af410e

#af410e #af920e #af0e2c

Monochromatic Colors of #af410e

#af410e

Complementary Color

#af410e #0e7caf

#af410e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af410e Color Preview on White Background

Lorem ipsum dolor sit amet.

#af410e Color CSS Codes

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

#af410e Text Font Color

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

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


#af410e Background Color

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

This div background color is #af410e


#af410e Border Color

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

This div border color is #af410e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af410e


Comments

No comments written yet.

Please login to write comment.