Color Hex Logo

#af091a Color Hex

#AF091A
(175,9,26)
0 Favorites   0 Comments

Color spaces of #af091a

RGB 175926
HSL0.980.900.36
HSV354°95°69°
CMYK 0.000.950.85   0.31
XYZ17.96339.38391.8418
Yxy9.38390.61540.3215
Hunter Lab30.633251.064517.8784
CIE-Lab36.713259.724639.5446

#af091a color RGB value is (175,9,26).

#af091a hex color red value is 175, green value is 9 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #af091a hue: 0.98 , saturation: 0.90 and the lightness value of af091a is 0.36.

The process color (four color CMYK) of #af091a color hex is 0.00, 0.95, 0.85, 0.31. Web safe color of #af091a is #990033. Color #af091a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00001001 00011010
Octal 257 11 32
Decimal 175 9 26
Hex AF 9 1A

RGB Percentages of Color #af091a

%83.33
%4.29
%12.38

CMYK Percentages of Color #af091a

%0
%95
%85
%31

Triadic Colors of #af091a

#af091a #1aaf09 #091aaf

Analogous Colors of #af091a

#af091a #af4b09 #af096d

Monochromatic Colors of #af091a

#af091a

Complementary Color

#af091a #09af9e

#af091a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af091a Color Preview on White Background

Lorem ipsum dolor sit amet.

#af091a Color CSS Codes

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

#af091a Text Font Color

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

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


#af091a Background Color

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

This div background color is #af091a


#af091a Border Color

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

This div border color is #af091a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af091a


Comments

No comments written yet.

Please login to write comment.