Color Hex Logo

#af430e Color Hex

#AF430E
(175,67,14)
0 Favorites   0 Comments

Color spaces of #af430e

RGB 1756714
HSL0.050.850.37
HSV20°92°69°
CMYK 0.000.620.92   0.31
XYZ19.765613.16001.9138
Yxy13.16000.56730.3777
Hunter Lab36.276733.772622.2658
CIE-Lab43.003341.904049.7292

#af430e color RGB value is (175,67,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 01000011 00001110
Octal 257 103 16
Decimal 175 67 14
Hex AF 43 E

RGB Percentages of Color #af430e

%68.36
%26.17
%5.47

CMYK Percentages of Color #af430e

%0
%62
%92
%31

Triadic Colors of #af430e

#af430e #0eaf43 #430eaf

Analogous Colors of #af430e

#af430e #af940e #af0e29

Monochromatic Colors of #af430e

#af430e

Complementary Color

#af430e #0e7aaf

#af430e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af430e Color Preview on White Background

Lorem ipsum dolor sit amet.

#af430e Color CSS Codes

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

#af430e Text Font Color

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

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


#af430e Background Color

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

This div background color is #af430e


#af430e Border Color

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

This div border color is #af430e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af430e


Comments

No comments written yet.

Please login to write comment.