Color Hex Logo

#af433c Color Hex

#AF433C
(175,67,60)
0 Favorites   0 Comments

Color spaces of #af433c

RGB 1756760
HSL0.010.490.46
HSV66°69°
CMYK 0.000.620.66   0.31
XYZ20.502013.45455.7914
Yxy13.45450.51580.3385
Hunter Lab36.680435.579516.3151
CIE-Lab43.440243.654927.2682

#af433c color RGB value is (175,67,60).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 01000011 00111100
Octal 257 103 74
Decimal 175 67 60
Hex AF 43 3C

RGB Percentages of Color #af433c

%57.95
%22.19
%19.87

CMYK Percentages of Color #af433c

%0
%62
%66
%31

Triadic Colors of #af433c

#af433c #3caf43 #433caf

Analogous Colors of #af433c

#af433c #af7d3c #af3c6f

Monochromatic Colors of #af433c

#af433c

Complementary Color

#af433c #3ca8af

#af433c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af433c Color Preview on White Background

Lorem ipsum dolor sit amet.

#af433c Color CSS Codes

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

#af433c Text Font Color

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

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


#af433c Background Color

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

This div background color is #af433c


#af433c Border Color

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

This div border color is #af433c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af433c


Comments

No comments written yet.

Please login to write comment.