Color Hex Logo

#af182d Color Hex

#AF182D
(175,24,45)
0 Favorites   0 Comments

Color spaces of #af182d

RGB 1752445
HSL0.980.760.39
HSV352°86°69°
CMYK 0.000.860.74   0.31
XYZ18.47959.95673.4305
Yxy9.95670.57990.3124
Hunter Lab31.554249.317215.6421
CIE-Lab37.764657.915229.5298

#af182d color RGB value is (175,24,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 00011000 00101101
Octal 257 30 55
Decimal 175 24 45
Hex AF 18 2D

RGB Percentages of Color #af182d

%71.72
%9.84
%18.44

CMYK Percentages of Color #af182d

%0
%86
%74
%31

Triadic Colors of #af182d

#af182d #2daf18 #182daf

Analogous Colors of #af182d

#af182d #af4f18 #af1879

Monochromatic Colors of #af182d

#af182d

Complementary Color

#af182d #18af9a

#af182d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af182d Color Preview on White Background

Lorem ipsum dolor sit amet.

#af182d Color CSS Codes

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

#af182d Text Font Color

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

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


#af182d Background Color

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

This div background color is #af182d


#af182d Border Color

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

This div border color is #af182d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af182d


Comments

No comments written yet.

Please login to write comment.