Color Hex Logo

#af143a Color Hex

#AF143A
(175,20,58)
0 Favorites   0 Comments

Color spaces of #af143a

RGB 1752058
HSL0.960.790.38
HSV345°89°69°
CMYK 0.000.890.67   0.31
XYZ18.69319.91984.9325
Yxy9.91980.55720.2957
Hunter Lab31.495750.824512.7617
CIE-Lab37.698159.313621.2869

#af143a color RGB value is (175,20,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 00010100 00111010
Octal 257 24 72
Decimal 175 20 58
Hex AF 14 3A

RGB Percentages of Color #af143a

%69.17
%7.91
%22.92

CMYK Percentages of Color #af143a

%0
%89
%67
%31

Triadic Colors of #af143a

#af143a #3aaf14 #143aaf

Analogous Colors of #af143a

#af143a #af3b14 #af1488

Monochromatic Colors of #af143a

#af143a

Complementary Color

#af143a #14af89

#af143a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af143a Color Preview on White Background

Lorem ipsum dolor sit amet.

#af143a Color CSS Codes

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

#af143a Text Font Color

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

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


#af143a Background Color

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

This div background color is #af143a


#af143a Border Color

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

This div border color is #af143a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af143a


Comments

No comments written yet.

Please login to write comment.