Color Hex Logo

#af3505 Color Hex

#AF3505
(175,53,5)
0 Favorites   0 Comments

Color spaces of #af3505

RGB 175535
HSL0.050.940.35
HSV17°97°69°
CMYK 0.000.700.97   0.31
XYZ18.979711.67111.3960
Yxy11.67110.59220.3642
Hunter Lab34.163039.382821.4913
CIE-Lab40.688547.902350.9289

#af3505 color RGB value is (175,53,5).

#af3505 hex color red value is 175, green value is 53 and the blue value of its RGB is 5. Cylindrical-coordinate representations (also known as HSL) of color #af3505 hue: 0.05 , saturation: 0.94 and the lightness value of af3505 is 0.35.

The process color (four color CMYK) of #af3505 color hex is 0.00, 0.70, 0.97, 0.31. Web safe color of #af3505 is #993300. Color #af3505 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00110101 00000101
Octal 257 65 5
Decimal 175 53 5
Hex AF 35 5

RGB Percentages of Color #af3505

%75.11
%22.75
%2.15

CMYK Percentages of Color #af3505

%0
%70
%97
%31

Triadic Colors of #af3505

#af3505 #05af35 #3505af

Analogous Colors of #af3505

#af3505 #af8a05 #af052a

Monochromatic Colors of #af3505

#af3505

Complementary Color

#af3505 #057faf

#af3505 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af3505 Color Preview on White Background

Lorem ipsum dolor sit amet.

#af3505 Color CSS Codes

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

#af3505 Text Font Color

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

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


#af3505 Background Color

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

This div background color is #af3505


#af3505 Border Color

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

This div border color is #af3505


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af3505


Comments

No comments written yet.

Please login to write comment.