Color Hex Logo

#af0609 Color Hex

#AF0609
(175,6,9)
0 Favorites   0 Comments

Color spaces of #af0609

RGB 17569
HSL1.000.930.35
HSV359°97°69°
CMYK 0.000.970.95   0.31
XYZ17.79369.26391.1087
Yxy9.26390.63170.3289
Hunter Lab30.436751.088919.1459
CIE-Lab36.487559.790947.1465

#af0609 color RGB value is (175,6,9).

#af0609 hex color red value is 175, green value is 6 and the blue value of its RGB is 9. Cylindrical-coordinate representations (also known as HSL) of color #af0609 hue: 1.00 , saturation: 0.93 and the lightness value of af0609 is 0.35.

The process color (four color CMYK) of #af0609 color hex is 0.00, 0.97, 0.95, 0.31. Web safe color of #af0609 is #990000. Color #af0609 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00000110 00001001
Octal 257 6 11
Decimal 175 6 9
Hex AF 6 9

RGB Percentages of Color #af0609

%92.11
%3.16
%4.74

CMYK Percentages of Color #af0609

%0
%97
%95
%31

Triadic Colors of #af0609

#af0609 #09af06 #0609af

Analogous Colors of #af0609

#af0609 #af5806 #af065d

Monochromatic Colors of #af0609

#af0609

Complementary Color

#af0609 #06afac

#af0609 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af0609 Color Preview on White Background

Lorem ipsum dolor sit amet.

#af0609 Color CSS Codes

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

#af0609 Text Font Color

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

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


#af0609 Background Color

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

This div background color is #af0609


#af0609 Border Color

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

This div border color is #af0609


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af0609


Comments

No comments written yet.

Please login to write comment.