color codes Logo

#af321c color codes

#AF321C
(175,50,28)
0 Favorites   0 Comments

Color spaces of #af321c

RGB 1755028
HSL0.020.720.40
HSV84°69°
CMYK 0.000.710.84   0.31
XYZ19.029411.47902.3113
Yxy11.47900.57980.3498
Hunter Lab33.880740.965019.6718
CIE-Lab40.375849.505241.8227

#af321c color RGB value is (175,50,28).

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

The process color (four color CMYK) of #af321c color code is 0.00, 0.71, 0.84, 0.31. Web safe color of #af321c is #993333. Color #af321c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00110010 00011100
Octal 257 62 34
Decimal 175 50 28
Hex AF 32 1C

RGB Percentages of Color #af321c

%69.17
%19.76
%11.07

CMYK Percentages of Color #af321c

%0
%71
%84
%31

Triadic Colors of #af321c

#af321c #1caf32 #321caf

Analogous Colors of #af321c

#af321c #af7c1c #af1c4f

Monochromatic Colors of #af321c

#af321c

Complementary Color

#af321c #1c99af

#af321c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af321c Color Preview on White Background

Lorem ipsum dolor sit amet.

#af321c Color CSS Codes

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

#af321c Text Font Color

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

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


#af321c Background Color

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

This div background color is #af321c


#af321c Border Color

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

This div border color is #af321c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af321c


Comments

No comments written yet.

Please login to write comment.