Color Hex Logo

#af141c Color Hex

#AF141C
(175,20,28)
0 Favorites   0 Comments

Color spaces of #af141c

RGB 1752028
HSL0.990.790.38
HSV357°89°69°
CMYK 0.000.890.84   0.31
XYZ18.13909.69812.0145
Yxy9.69810.60760.3249
Hunter Lab31.141849.471917.9639
CIE-Lab37.295158.149038.9909

#af141c color RGB value is (175,20,28).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 00010100 00011100
Octal 257 24 34
Decimal 175 20 28
Hex AF 14 1C

RGB Percentages of Color #af141c

%78.48
%8.97
%12.56

CMYK Percentages of Color #af141c

%0
%89
%84
%31

Triadic Colors of #af141c

#af141c #1caf14 #141caf

Analogous Colors of #af141c

#af141c #af5914 #af146a

Monochromatic Colors of #af141c

#af141c

Complementary Color

#af141c #14afa7

#af141c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af141c Color Preview on White Background

Lorem ipsum dolor sit amet.

#af141c Color CSS Codes

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

#af141c Text Font Color

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

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


#af141c Background Color

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

This div background color is #af141c


#af141c Border Color

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

This div border color is #af141c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af141c


Comments

No comments written yet.

Please login to write comment.