Color Hex Logo

#af4101 Color Hex

#AF4101
(175,65,1)
0 Favorites   0 Comments

Color spaces of #af4101

RGB 175651
HSL0.060.990.35
HSV22°99°69°
CMYK 0.000.630.99   0.31
XYZ19.575012.89671.4863
Yxy12.89670.57640.3798
Hunter Lab35.912034.451322.6845
CIE-Lab42.607242.656353.2486

#af4101 color RGB value is (175,65,1).

#af4101 hex color red value is 175, green value is 65 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #af4101 hue: 0.06 , saturation: 0.99 and the lightness value of af4101 is 0.35.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 01000001 00000001
Octal 257 101 1
Decimal 175 65 1
Hex AF 41 1

RGB Percentages of Color #af4101

%72.61
%26.97
%0.41

CMYK Percentages of Color #af4101

%0
%63
%99
%31

Triadic Colors of #af4101

#af4101 #01af41 #4101af

Analogous Colors of #af4101

#af4101 #af9801 #af0118

Monochromatic Colors of #af4101

#af4101

Complementary Color

#af4101 #016faf

#af4101 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af4101 Color Preview on White Background

Lorem ipsum dolor sit amet.

#af4101 Color CSS Codes

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

#af4101 Text Font Color

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

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


#af4101 Background Color

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

This div background color is #af4101


#af4101 Border Color

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

This div border color is #af4101


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af4101


Comments

No comments written yet.

Please login to write comment.