Color Hex Logo

#af172e Color Hex

#AF172E
(175,23,46)
0 Favorites   0 Comments

Color spaces of #af172e

RGB 1752346
HSL0.970.770.39
HSV351°87°69°
CMYK 0.000.870.74   0.31
XYZ18.47879.92403.5264
Yxy9.92400.57870.3108
Hunter Lab31.502449.575615.4147
CIE-Lab37.705758.165028.8450

#af172e color RGB value is (175,23,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 00010111 00101110
Octal 257 27 56
Decimal 175 23 46
Hex AF 17 2E

RGB Percentages of Color #af172e

%71.72
%9.43
%18.85

CMYK Percentages of Color #af172e

%0
%87
%74
%31

Triadic Colors of #af172e

#af172e #2eaf17 #172eaf

Analogous Colors of #af172e

#af172e #af4c17 #af177a

Monochromatic Colors of #af172e

#af172e

Complementary Color

#af172e #17af98

#af172e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af172e Color Preview on White Background

Lorem ipsum dolor sit amet.

#af172e Color CSS Codes

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

#af172e Text Font Color

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

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


#af172e Background Color

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

This div background color is #af172e


#af172e Border Color

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

This div border color is #af172e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af172e


Comments

No comments written yet.

Please login to write comment.