Color Hex Logo

#af213a Color Hex

#AF213A
(175,33,58)
0 Favorites   0 Comments

Color spaces of #af213a

RGB 1753358
HSL0.970.680.41
HSV349°81°69°
CMYK 0.000.810.67   0.31
XYZ18.986810.50725.0304
Yxy10.50720.55000.3043
Hunter Lab32.414847.829513.4893
CIE-Lab38.737856.347222.6108

#af213a color RGB value is (175,33,58).

#af213a hex color red value is 175, green value is 33 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #af213a hue: 0.97 , saturation: 0.68 and the lightness value of af213a is 0.41.

The process color (four color CMYK) of #af213a color hex is 0.00, 0.81, 0.67, 0.31. Web safe color of #af213a is #993333. Color #af213a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00100001 00111010
Octal 257 41 72
Decimal 175 33 58
Hex AF 21 3A

RGB Percentages of Color #af213a

%65.79
%12.41
%21.80

CMYK Percentages of Color #af213a

%0
%81
%67
%31

Triadic Colors of #af213a

#af213a #3aaf21 #213aaf

Analogous Colors of #af213a

#af213a #af4f21 #af2181

Monochromatic Colors of #af213a

#af213a

Complementary Color

#af213a #21af96

#af213a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af213a Color Preview on White Background

Lorem ipsum dolor sit amet.

#af213a Color CSS Codes

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

#af213a Text Font Color

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

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


#af213a Background Color

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

This div background color is #af213a


#af213a Border Color

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

This div border color is #af213a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af213a


Comments

No comments written yet.

Please login to write comment.