Color Hex Logo

#af3210 Color Hex

#AF3210
(175,50,16)
0 Favorites   0 Comments

Color spaces of #af3210

RGB 1755016
HSL0.040.830.37
HSV13°91°69°
CMYK 0.000.710.91   0.31
XYZ18.913311.43261.7001
Yxy11.43260.59020.3568
Hunter Lab33.812140.675320.6873
CIE-Lab40.299749.236947.0802

#af3210 color RGB value is (175,50,16).

#af3210 hex color red value is 175, green value is 50 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #af3210 hue: 0.04 , saturation: 0.83 and the lightness value of af3210 is 0.37.

The process color (four color CMYK) of #af3210 color hex is 0.00, 0.71, 0.91, 0.31. Web safe color of #af3210 is #993300. Color #af3210 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00110010 00010000
Octal 257 62 20
Decimal 175 50 16
Hex AF 32 10

RGB Percentages of Color #af3210

%72.61
%20.75
%6.64

CMYK Percentages of Color #af3210

%0
%71
%91
%31

Triadic Colors of #af3210

#af3210 #10af32 #3210af

Analogous Colors of #af3210

#af3210 #af8210 #af103e

Monochromatic Colors of #af3210

#af3210

Complementary Color

#af3210 #108daf

#af3210 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af3210 Color Preview on White Background

Lorem ipsum dolor sit amet.

#af3210 Color CSS Codes

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

#af3210 Text Font Color

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

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


#af3210 Background Color

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

This div background color is #af3210


#af3210 Border Color

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

This div border color is #af3210


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af3210


Comments

No comments written yet.

Please login to write comment.