Color Hex Logo

#af3808 Color Hex

#AF3808
(175,56,8)
0 Favorites   0 Comments

Color spaces of #af3808

RGB 175568
HSL0.050.910.36
HSV17°95°69°
CMYK 0.000.680.95   0.31
XYZ19.137211.95981.5296
Yxy11.95980.58660.3666
Hunter Lab34.582938.256621.5857
CIE-Lab41.152246.710150.2802

#af3808 color RGB value is (175,56,8).

#af3808 hex color red value is 175, green value is 56 and the blue value of its RGB is 8. Cylindrical-coordinate representations (also known as HSL) of color #af3808 hue: 0.05 , saturation: 0.91 and the lightness value of af3808 is 0.36.

The process color (four color CMYK) of #af3808 color hex is 0.00, 0.68, 0.95, 0.31. Web safe color of #af3808 is #993300. Color #af3808 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00111000 00001000
Octal 257 70 10
Decimal 175 56 8
Hex AF 38 8

RGB Percentages of Color #af3808

%73.22
%23.43
%3.35

CMYK Percentages of Color #af3808

%0
%68
%95
%31

Triadic Colors of #af3808

#af3808 #08af38 #3808af

Analogous Colors of #af3808

#af3808 #af8c08 #af082b

Monochromatic Colors of #af3808

#af3808

Complementary Color

#af3808 #087faf

#af3808 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af3808 Color Preview on White Background

Lorem ipsum dolor sit amet.

#af3808 Color CSS Codes

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

#af3808 Text Font Color

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

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


#af3808 Background Color

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

This div background color is #af3808


#af3808 Border Color

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

This div border color is #af3808


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af3808


Comments

No comments written yet.

Please login to write comment.