Color Hex Logo

#af341b Color Hex

#AF341B
(175,52,27)
0 Favorites   0 Comments

Color spaces of #af341b

RGB 1755227
HSL0.030.730.40
HSV10°85°69°
CMYK 0.000.700.85   0.31
XYZ19.105011.64912.2785
Yxy11.64910.57840.3527
Hunter Lab34.130840.188119.9335
CIE-Lab40.652948.697642.5637

#af341b color RGB value is (175,52,27).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 00110100 00011011
Octal 257 64 33
Decimal 175 52 27
Hex AF 34 1B

RGB Percentages of Color #af341b

%68.90
%20.47
%10.63

CMYK Percentages of Color #af341b

%0
%70
%85
%31

Triadic Colors of #af341b

#af341b #1baf34 #341baf

Analogous Colors of #af341b

#af341b #af7e1b #af1b4c

Monochromatic Colors of #af341b

#af341b

Complementary Color

#af341b #1b96af

#af341b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af341b Color Preview on White Background

Lorem ipsum dolor sit amet.

#af341b Color CSS Codes

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

#af341b Text Font Color

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

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


#af341b Background Color

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

This div background color is #af341b


#af341b Border Color

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

This div border color is #af341b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af341b


Comments

No comments written yet.

Please login to write comment.