Color Hex Logo

#af301d Color Hex

#AF301D
(175,48,29)
0 Favorites   0 Comments

Color spaces of #af301d

RGB 1754829
HSL0.020.720.40
HSV83°69°
CMYK 0.000.730.83   0.31
XYZ18.957911.31662.3475
Yxy11.31660.58110.3469
Hunter Lab33.640241.723419.4107
CIE-Lab40.108750.289841.0746

#af301d color RGB value is (175,48,29).

#af301d hex color red value is 175, green value is 48 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #af301d hue: 0.02 , saturation: 0.72 and the lightness value of af301d is 0.40.

The process color (four color CMYK) of #af301d color hex is 0.00, 0.73, 0.83, 0.31. Web safe color of #af301d is #993333. Color #af301d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00110000 00011101
Octal 257 60 35
Decimal 175 48 29
Hex AF 30 1D

RGB Percentages of Color #af301d

%69.44
%19.05
%11.51

CMYK Percentages of Color #af301d

%0
%73
%83
%31

Triadic Colors of #af301d

#af301d #1daf30 #301daf

Analogous Colors of #af301d

#af301d #af791d #af1d53

Monochromatic Colors of #af301d

#af301d

Complementary Color

#af301d #1d9caf

#af301d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af301d Color Preview on White Background

Lorem ipsum dolor sit amet.

#af301d Color CSS Codes

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

#af301d Text Font Color

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

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


#af301d Background Color

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

This div background color is #af301d


#af301d Border Color

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

This div border color is #af301d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af301d


Comments

No comments written yet.

Please login to write comment.