Color Hex Logo

#af402f Color Hex

#AF402F
(175,64,47)
0 Favorites   0 Comments

Color spaces of #af402f

RGB 1756447
HSL0.020.580.44
HSV73°69°
CMYK 0.000.630.73   0.31
XYZ20.025712.98604.1404
Yxy12.98600.53900.3495
Hunter Lab36.036136.131518.4131
CIE-Lab42.742144.323634.0246

#af402f color RGB value is (175,64,47).

#af402f hex color red value is 175, green value is 64 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #af402f hue: 0.02 , saturation: 0.58 and the lightness value of af402f is 0.44.

The process color (four color CMYK) of #af402f color hex is 0.00, 0.63, 0.73, 0.31. Web safe color of #af402f is #993333. Color #af402f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01000000 00101111
Octal 257 100 57
Decimal 175 64 47
Hex AF 40 2F

RGB Percentages of Color #af402f

%61.19
%22.38
%16.43

CMYK Percentages of Color #af402f

%0
%63
%73
%31

Triadic Colors of #af402f

#af402f #2faf40 #402faf

Analogous Colors of #af402f

#af402f #af802f #af2f5e

Monochromatic Colors of #af402f

#af402f

Complementary Color

#af402f #2f9eaf

#af402f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af402f Color Preview on White Background

Lorem ipsum dolor sit amet.

#af402f Color CSS Codes

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

#af402f Text Font Color

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

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


#af402f Background Color

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

This div background color is #af402f


#af402f Border Color

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

This div border color is #af402f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af402f


Comments

No comments written yet.

Please login to write comment.