Color Hex Logo

#af141b Color Hex

#AF141B
(175,20,27)
0 Favorites   0 Comments

Color spaces of #af141b

RGB 1752027
HSL0.990.790.38
HSV357°89°69°
CMYK 0.000.890.85   0.31
XYZ18.12729.69341.9525
Yxy9.69340.60880.3256
Hunter Lab31.134249.442718.0757
CIE-Lab37.286458.123739.5243

#af141b color RGB value is (175,20,27).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 00010100 00011011
Octal 257 24 33
Decimal 175 20 27
Hex AF 14 1B

RGB Percentages of Color #af141b

%78.83
%9.01
%12.16

CMYK Percentages of Color #af141b

%0
%89
%85
%31

Triadic Colors of #af141b

#af141b #1baf14 #141baf

Analogous Colors of #af141b

#af141b #af5a14 #af1469

Monochromatic Colors of #af141b

#af141b

Complementary Color

#af141b #14afa8

#af141b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af141b Color Preview on White Background

Lorem ipsum dolor sit amet.

#af141b Color CSS Codes

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

#af141b Text Font Color

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

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


#af141b Background Color

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

This div background color is #af141b


#af141b Border Color

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

This div border color is #af141b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af141b


Comments

No comments written yet.

Please login to write comment.