Color Hex Logo

#af122e Color Hex

#AF122E
(175,18,46)
0 Favorites   0 Comments

Color spaces of #af122e

RGB 1751846
HSL0.970.810.38
HSV349°90°69°
CMYK 0.000.900.74   0.31
XYZ18.38869.74383.4963
Yxy9.74380.58140.3081
Hunter Lab31.215150.526915.2097
CIE-Lab37.378659.103128.4630

#af122e color RGB value is (175,18,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 00010010 00101110
Octal 257 22 56
Decimal 175 18 46
Hex AF 12 2E

RGB Percentages of Color #af122e

%73.22
%7.53
%19.25

CMYK Percentages of Color #af122e

%0
%90
%74
%31

Triadic Colors of #af122e

#af122e #2eaf12 #122eaf

Analogous Colors of #af122e

#af122e #af4412 #af127d

Monochromatic Colors of #af122e

#af122e

Complementary Color

#af122e #12af93

#af122e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af122e Color Preview on White Background

Lorem ipsum dolor sit amet.

#af122e Color CSS Codes

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

#af122e Text Font Color

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

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


#af122e Background Color

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

This div background color is #af122e


#af122e Border Color

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

This div border color is #af122e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af122e


Comments

No comments written yet.

Please login to write comment.