Color Hex Logo

#af391d Color Hex

#AF391D
(175,57,29)
0 Favorites   0 Comments

Color spaces of #af391d

RGB 1755729
HSL0.030.720.40
HSV12°83°69°
CMYK 0.000.670.83   0.31
XYZ19.364112.12892.4829
Yxy12.12890.56990.3570
Hunter Lab34.826638.302220.1516
CIE-Lab41.420346.708142.2856

#af391d color RGB value is (175,57,29).

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

The process color (four color CMYK) of #af391d color hex is 0.00, 0.67, 0.83, 0.31. Web safe color of #af391d is #993333. Color #af391d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00111001 00011101
Octal 257 71 35
Decimal 175 57 29
Hex AF 39 1D

RGB Percentages of Color #af391d

%67.05
%21.84
%11.11

CMYK Percentages of Color #af391d

%0
%67
%83
%31

Triadic Colors of #af391d

#af391d #1daf39 #391daf

Analogous Colors of #af391d

#af391d #af821d #af1d4a

Monochromatic Colors of #af391d

#af391d

Complementary Color

#af391d #1d93af

#af391d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af391d Color Preview on White Background

Lorem ipsum dolor sit amet.

#af391d Color CSS Codes

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

#af391d Text Font Color

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

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


#af391d Background Color

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

This div background color is #af391d


#af391d Border Color

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

This div border color is #af391d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af391d


Comments

No comments written yet.

Please login to write comment.