Color Hex Logo

#af341e Color Hex

#AF341E
(175,52,30)
0 Favorites   0 Comments

Color spaces of #af341e

RGB 1755230
HSL0.030.710.40
HSV83°69°
CMYK 0.000.700.83   0.31
XYZ19.141511.66372.4707
Yxy11.66370.57520.3505
Hunter Lab34.152240.278919.6172
CIE-Lab40.676648.782041.0964

#af341e color RGB value is (175,52,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 00110100 00011110
Octal 257 64 36
Decimal 175 52 30
Hex AF 34 1E

RGB Percentages of Color #af341e

%68.09
%20.23
%11.67

CMYK Percentages of Color #af341e

%0
%70
%83
%31

Triadic Colors of #af341e

#af341e #1eaf34 #341eaf

Analogous Colors of #af341e

#af341e #af7d1e #af1e50

Monochromatic Colors of #af341e

#af341e

Complementary Color

#af341e #1e99af

#af341e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af341e Color Preview on White Background

Lorem ipsum dolor sit amet.

#af341e Color CSS Codes

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

#af341e Text Font Color

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

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


#af341e Background Color

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

This div background color is #af341e


#af341e Border Color

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

This div border color is #af341e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af341e


Comments

No comments written yet.

Please login to write comment.