Color Hex Logo

#af151c Color Hex

#AF151C
(175,21,28)
0 Favorites   0 Comments

Color spaces of #af151c

RGB 1752128
HSL0.990.790.38
HSV357°88°69°
CMYK 0.000.880.84   0.31
XYZ18.15709.73412.0205
Yxy9.73410.60700.3254
Hunter Lab31.199549.281418.0000
CIE-Lab37.360957.960339.0519

#af151c color RGB value is (175,21,28).

#af151c hex color red value is 175, green value is 21 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #af151c hue: 0.99 , saturation: 0.79 and the lightness value of af151c is 0.38.

The process color (four color CMYK) of #af151c color hex is 0.00, 0.88, 0.84, 0.31. Web safe color of #af151c is #990033. Color #af151c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00010101 00011100
Octal 257 25 34
Decimal 175 21 28
Hex AF 15 1C

RGB Percentages of Color #af151c

%78.13
%9.38
%12.50

CMYK Percentages of Color #af151c

%0
%88
%84
%31

Triadic Colors of #af151c

#af151c #1caf15 #151caf

Analogous Colors of #af151c

#af151c #af5b15 #af1569

Monochromatic Colors of #af151c

#af151c

Complementary Color

#af151c #15afa8

#af151c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af151c Color Preview on White Background

Lorem ipsum dolor sit amet.

#af151c Color CSS Codes

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

#af151c Text Font Color

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

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


#af151c Background Color

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

This div background color is #af151c


#af151c Border Color

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

This div border color is #af151c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af151c


Comments

No comments written yet.

Please login to write comment.