Color Hex Logo

#af341d Color Hex

#AF341D
(175,52,29)
0 Favorites   0 Comments

Color spaces of #af341d

RGB 1755229
HSL0.030.720.40
HSV83°69°
CMYK 0.000.700.83   0.31
XYZ19.129011.65872.4045
Yxy11.65870.57630.3512
Hunter Lab34.144840.247819.7261
CIE-Lab40.668548.753141.5928

#af341d color RGB value is (175,52,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 00110100 00011101
Octal 257 64 35
Decimal 175 52 29
Hex AF 34 1D

RGB Percentages of Color #af341d

%68.36
%20.31
%11.33

CMYK Percentages of Color #af341d

%0
%70
%83
%31

Triadic Colors of #af341d

#af341d #1daf34 #341daf

Analogous Colors of #af341d

#af341d #af7d1d #af1d4f

Monochromatic Colors of #af341d

#af341d

Complementary Color

#af341d #1d98af

#af341d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af341d Color Preview on White Background

Lorem ipsum dolor sit amet.

#af341d Color CSS Codes

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

#af341d Text Font Color

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

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


#af341d Background Color

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

This div background color is #af341d


#af341d Border Color

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

This div border color is #af341d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,52,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 #af341d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af341d


Comments

No comments written yet.

Please login to write comment.