Color Hex Logo

#af081a Color Hex

#AF081A
(175,8,26)
0 Favorites   0 Comments

Color spaces of #af081a

RGB 175826
HSL0.980.910.36
HSV354°95°69°
CMYK 0.000.950.85   0.31
XYZ17.95259.36221.8382
Yxy9.36220.61580.3211
Hunter Lab30.597751.184717.8565
CIE-Lab36.672559.842439.5079

#af081a color RGB value is (175,8,26).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 00001000 00011010
Octal 257 10 32
Decimal 175 8 26
Hex AF 8 1A

RGB Percentages of Color #af081a

%83.73
%3.83
%12.44

CMYK Percentages of Color #af081a

%0
%95
%85
%31

Triadic Colors of #af081a

#af081a #1aaf08 #081aaf

Analogous Colors of #af081a

#af081a #af4a08 #af086e

Monochromatic Colors of #af081a

#af081a

Complementary Color

#af081a #08af9d

#af081a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af081a Color Preview on White Background

Lorem ipsum dolor sit amet.

#af081a Color CSS Codes

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

#af081a Text Font Color

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

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


#af081a Background Color

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

This div background color is #af081a


#af081a Border Color

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

This div border color is #af081a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,8,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 #af081a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af081a


Comments

No comments written yet.

Please login to write comment.