Color Hex Logo

#af2407 Color Hex

#AF2407
(175,36,7)
0 Favorites   0 Comments

Color spaces of #af2407

RGB 175367
HSL0.030.920.36
HSV10°96°69°
CMYK 0.000.790.96   0.31
XYZ18.348410.39111.2396
Yxy10.39110.61200.3466
Hunter Lab32.235245.191120.2847
CIE-Lab38.535453.906249.0344

#af2407 color RGB value is (175,36,7).

#af2407 hex color red value is 175, green value is 36 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #af2407 hue: 0.03 , saturation: 0.92 and the lightness value of af2407 is 0.36.

The process color (four color CMYK) of #af2407 color hex is 0.00, 0.79, 0.96, 0.31. Web safe color of #af2407 is #993300. Color #af2407 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00100100 00000111
Octal 257 44 7
Decimal 175 36 7
Hex AF 24 7

RGB Percentages of Color #af2407

%80.28
%16.51
%3.21

CMYK Percentages of Color #af2407

%0
%79
%96
%31

Triadic Colors of #af2407

#af2407 #07af24 #2407af

Analogous Colors of #af2407

#af2407 #af7807 #af073e

Monochromatic Colors of #af2407

#af2407

Complementary Color

#af2407 #0792af

#af2407 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af2407 Color Preview on White Background

Lorem ipsum dolor sit amet.

#af2407 Color CSS Codes

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

#af2407 Text Font Color

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

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


#af2407 Background Color

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

This div background color is #af2407


#af2407 Border Color

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

This div border color is #af2407


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af2407


Comments

No comments written yet.

Please login to write comment.