Color Hex Logo

#af373a Color Hex

#AF373A
(175,55,58)
0 Favorites   0 Comments

Color spaces of #af373a

RGB 1755558
HSL1.000.520.45
HSV359°69°69°
CMYK 0.000.690.67   0.31
XYZ19.809112.15185.3045
Yxy12.15180.53160.3261
Hunter Lab34.859440.429815.3795
CIE-Lab41.456448.789126.0175

#af373a color RGB value is (175,55,58).

#af373a hex color red value is 175, green value is 55 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #af373a hue: 1.00 , saturation: 0.52 and the lightness value of af373a is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 00110111 00111010
Octal 257 67 72
Decimal 175 55 58
Hex AF 37 3A

RGB Percentages of Color #af373a

%60.76
%19.10
%20.14

CMYK Percentages of Color #af373a

%0
%69
%67
%31

Triadic Colors of #af373a

#af373a #3aaf37 #373aaf

Analogous Colors of #af373a

#af373a #af7037 #af3776

Monochromatic Colors of #af373a

#af373a

Complementary Color

#af373a #37afac

#af373a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af373a Color Preview on White Background

Lorem ipsum dolor sit amet.

#af373a Color CSS Codes

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

#af373a Text Font Color

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

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


#af373a Background Color

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

This div background color is #af373a


#af373a Border Color

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

This div border color is #af373a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af373a


Comments

No comments written yet.

Please login to write comment.