Color Hex Logo

#af0b19 Color Hex

#AF0B19
(175,11,25)
0 Favorites   0 Comments

Color spaces of #af0b19

RGB 1751125
HSL0.990.880.36
HSV355°94°69°
CMYK 0.000.940.86   0.31
XYZ17.97439.42351.7913
Yxy9.42350.61580.3228
Hunter Lab30.697750.795318.0287
CIE-Lab36.787259.464040.1458

#af0b19 color RGB value is (175,11,25).

#af0b19 hex color red value is 175, green value is 11 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #af0b19 hue: 0.99 , saturation: 0.88 and the lightness value of af0b19 is 0.36.

The process color (four color CMYK) of #af0b19 color hex is 0.00, 0.94, 0.86, 0.31. Web safe color of #af0b19 is #990000. Color #af0b19 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00001011 00011001
Octal 257 13 31
Decimal 175 11 25
Hex AF B 19

RGB Percentages of Color #af0b19

%82.94
%5.21
%11.85

CMYK Percentages of Color #af0b19

%0
%94
%86
%31

Triadic Colors of #af0b19

#af0b19 #19af0b #0b19af

Analogous Colors of #af0b19

#af0b19 #af4f0b #af0b6b

Monochromatic Colors of #af0b19

#af0b19

Complementary Color

#af0b19 #0bafa1

#af0b19 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af0b19 Color Preview on White Background

Lorem ipsum dolor sit amet.

#af0b19 Color CSS Codes

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

#af0b19 Text Font Color

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

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


#af0b19 Background Color

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

This div background color is #af0b19


#af0b19 Border Color

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

This div border color is #af0b19


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af0b19


Comments

No comments written yet.

Please login to write comment.