Color Hex Logo

#af182e Color Hex

#AF182E
(175,24,46)
0 Favorites   0 Comments

Color spaces of #af182e

RGB 1752446
HSL0.980.760.39
HSV351°86°69°
CMYK 0.000.860.74   0.31
XYZ18.49909.96453.5331
Yxy9.96450.57820.3114
Hunter Lab31.566649.365015.4606
CIE-Lab37.778657.956528.9304

#af182e color RGB value is (175,24,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 00011000 00101110
Octal 257 30 56
Decimal 175 24 46
Hex AF 18 2E

RGB Percentages of Color #af182e

%71.43
%9.80
%18.78

CMYK Percentages of Color #af182e

%0
%86
%74
%31

Triadic Colors of #af182e

#af182e #2eaf18 #182eaf

Analogous Colors of #af182e

#af182e #af4e18 #af187a

Monochromatic Colors of #af182e

#af182e

Complementary Color

#af182e #18af99

#af182e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af182e Color Preview on White Background

Lorem ipsum dolor sit amet.

#af182e Color CSS Codes

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

#af182e Text Font Color

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

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


#af182e Background Color

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

This div background color is #af182e


#af182e Border Color

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

This div border color is #af182e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af182e


Comments

No comments written yet.

Please login to write comment.