Color Hex Logo

#af423c Color Hex

#AF423C
(175,66,60)
0 Favorites   0 Comments

Color spaces of #af423c

RGB 1756660
HSL0.010.490.46
HSV66°69°
CMYK 0.000.620.66   0.31
XYZ20.443013.33665.7717
Yxy13.33660.51690.3372
Hunter Lab36.519336.013016.1930
CIE-Lab43.266144.117627.0533

#af423c color RGB value is (175,66,60).

#af423c hex color red value is 175, green value is 66 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #af423c hue: 0.01 , saturation: 0.49 and the lightness value of af423c is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 01000010 00111100
Octal 257 102 74
Decimal 175 66 60
Hex AF 42 3C

RGB Percentages of Color #af423c

%58.14
%21.93
%19.93

CMYK Percentages of Color #af423c

%0
%62
%66
%31

Triadic Colors of #af423c

#af423c #3caf42 #423caf

Analogous Colors of #af423c

#af423c #af7c3c #af3c70

Monochromatic Colors of #af423c

#af423c

Complementary Color

#af423c #3ca9af

#af423c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af423c Color Preview on White Background

Lorem ipsum dolor sit amet.

#af423c Color CSS Codes

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

#af423c Text Font Color

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

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


#af423c Background Color

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

This div background color is #af423c


#af423c Border Color

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

This div border color is #af423c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af423c


Comments

No comments written yet.

Please login to write comment.