Color Hex Logo

#af3224 Color Hex

#AF3224
(175,50,36)
0 Favorites   0 Comments

Color spaces of #af3224

RGB 1755036
HSL0.020.660.41
HSV79°69°
CMYK 0.000.710.79   0.31
XYZ19.138211.52252.8844
Yxy11.52250.57050.3435
Hunter Lab33.944841.235518.7233
CIE-Lab40.446949.755037.7018

#af3224 color RGB value is (175,50,36).

#af3224 hex color red value is 175, green value is 50 and the blue value of its RGB is 36. Cylindrical-coordinate representations (also known as HSL) of color #af3224 hue: 0.02 , saturation: 0.66 and the lightness value of af3224 is 0.41.

The process color (four color CMYK) of #af3224 color hex is 0.00, 0.71, 0.79, 0.31. Web safe color of #af3224 is #993333. Color #af3224 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00110010 00100100
Octal 257 62 44
Decimal 175 50 36
Hex AF 32 24

RGB Percentages of Color #af3224

%67.05
%19.16
%13.79

CMYK Percentages of Color #af3224

%0
%71
%79
%31

Triadic Colors of #af3224

#af3224 #24af32 #3224af

Analogous Colors of #af3224

#af3224 #af7824 #af245b

Monochromatic Colors of #af3224

#af3224

Complementary Color

#af3224 #24a1af

#af3224 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af3224 Color Preview on White Background

Lorem ipsum dolor sit amet.

#af3224 Color CSS Codes

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

#af3224 Text Font Color

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

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


#af3224 Background Color

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

This div background color is #af3224


#af3224 Border Color

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

This div border color is #af3224


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af3224


Comments

No comments written yet.

Please login to write comment.