Color Hex Logo

#af381f Color Hex

#AF381F
(175,56,31)
0 Favorites   0 Comments

Color spaces of #af381f

RGB 1755631
HSL0.030.700.40
HSV10°82°69°
CMYK 0.000.680.82   0.31
XYZ19.340712.04122.6011
Yxy12.04120.56910.3543
Hunter Lab34.700438.763319.8460
CIE-Lab41.281547.187641.1604

#af381f color RGB value is (175,56,31).

#af381f hex color red value is 175, green value is 56 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #af381f hue: 0.03 , saturation: 0.70 and the lightness value of af381f is 0.40.

The process color (four color CMYK) of #af381f color hex is 0.00, 0.68, 0.82, 0.31. Web safe color of #af381f is #993333. Color #af381f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00111000 00011111
Octal 257 70 37
Decimal 175 56 31
Hex AF 38 1F

RGB Percentages of Color #af381f

%66.79
%21.37
%11.83

CMYK Percentages of Color #af381f

%0
%68
%82
%31

Triadic Colors of #af381f

#af381f #1faf38 #381faf

Analogous Colors of #af381f

#af381f #af801f #af1f4e

Monochromatic Colors of #af381f

#af381f

Complementary Color

#af381f #1f96af

#af381f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af381f Color Preview on White Background

Lorem ipsum dolor sit amet.

#af381f Color CSS Codes

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

#af381f Text Font Color

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

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


#af381f Background Color

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

This div background color is #af381f


#af381f Border Color

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

This div border color is #af381f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af381f


Comments

No comments written yet.

Please login to write comment.