Color Hex Logo

#af431c Color Hex

#AF431C
(175,67,28)
0 Favorites   0 Comments

Color spaces of #af431c

RGB 1756728
HSL0.040.720.40
HSV16°84°69°
CMYK 0.000.620.84   0.31
XYZ19.896013.21212.6002
Yxy13.21210.55720.3700
Hunter Lab36.348534.095521.2026
CIE-Lab43.081142.218844.2698

#af431c color RGB value is (175,67,28).

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

The process color (four color CMYK) of #af431c color hex is 0.00, 0.62, 0.84, 0.31. Web safe color of #af431c is #993333. Color #af431c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01000011 00011100
Octal 257 103 34
Decimal 175 67 28
Hex AF 43 1C

RGB Percentages of Color #af431c

%64.81
%24.81
%10.37

CMYK Percentages of Color #af431c

%0
%62
%84
%31

Triadic Colors of #af431c

#af431c #1caf43 #431caf

Analogous Colors of #af431c

#af431c #af8d1c #af1c3e

Monochromatic Colors of #af431c

#af431c

Complementary Color

#af431c #1c88af

#af431c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af431c Color Preview on White Background

Lorem ipsum dolor sit amet.

#af431c Color CSS Codes

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

#af431c Text Font Color

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

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


#af431c Background Color

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

This div background color is #af431c


#af431c Border Color

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

This div border color is #af431c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af431c


Comments

No comments written yet.

Please login to write comment.