Color Hex Logo

#af121e Color Hex

#AF121E
(175,18,30)
0 Favorites   0 Comments

Color spaces of #af121e

RGB 1751830
HSL0.990.810.38
HSV355°90°69°
CMYK 0.000.900.83   0.31
XYZ18.12989.64032.1335
Yxy9.64030.60630.3224
Hunter Lab31.048849.892917.6601
CIE-Lab37.189058.557637.7862

#af121e color RGB value is (175,18,30).

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

The process color (four color CMYK) of #af121e color hex is 0.00, 0.90, 0.83, 0.31. Web safe color of #af121e is #990033. Color #af121e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00010010 00011110
Octal 257 22 36
Decimal 175 18 30
Hex AF 12 1E

RGB Percentages of Color #af121e

%78.48
%8.07
%13.45

CMYK Percentages of Color #af121e

%0
%90
%83
%31

Triadic Colors of #af121e

#af121e #1eaf12 #121eaf

Analogous Colors of #af121e

#af121e #af5412 #af126d

Monochromatic Colors of #af121e

#af121e

Complementary Color

#af121e #12afa3

#af121e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af121e Color Preview on White Background

Lorem ipsum dolor sit amet.

#af121e Color CSS Codes

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

#af121e Text Font Color

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

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


#af121e Background Color

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

This div background color is #af121e


#af121e Border Color

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

This div border color is #af121e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af121e


Comments

No comments written yet.

Please login to write comment.