Color Hex Logo

#af411b Color Hex

#AF411B
(175,65,27)
0 Favorites   0 Comments

Color spaces of #af411b

RGB 1756527
HSL0.040.730.40
HSV15°85°69°
CMYK 0.000.630.85   0.31
XYZ19.767312.97372.4992
Yxy12.97370.56090.3682
Hunter Lab36.019034.927821.0994
CIE-Lab42.723643.118344.4089

#af411b color RGB value is (175,65,27).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 01000001 00011011
Octal 257 101 33
Decimal 175 65 27
Hex AF 41 1B

RGB Percentages of Color #af411b

%65.54
%24.34
%10.11

CMYK Percentages of Color #af411b

%0
%63
%85
%31

Triadic Colors of #af411b

#af411b #1baf41 #411baf

Analogous Colors of #af411b

#af411b #af8b1b #af1b3f

Monochromatic Colors of #af411b

#af411b

Complementary Color

#af411b #1b89af

#af411b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af411b Color Preview on White Background

Lorem ipsum dolor sit amet.

#af411b Color CSS Codes

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

#af411b Text Font Color

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

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


#af411b Background Color

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

This div background color is #af411b


#af411b Border Color

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

This div border color is #af411b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af411b


Comments

No comments written yet.

Please login to write comment.