Color Hex Logo

#af042d Color Hex

#AF042D
(175,4,45)
0 Favorites   0 Comments

Color spaces of #af042d

RGB 175445
HSL0.960.960.35
HSV346°98°69°
CMYK 0.000.980.74   0.31
XYZ18.19639.39033.3361
Yxy9.39030.58840.3037
Hunter Lab30.643652.367814.9957
CIE-Lab36.725160.908328.3224

#af042d color RGB value is (175,4,45).

#af042d hex color red value is 175, green value is 4 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #af042d hue: 0.96 , saturation: 0.96 and the lightness value of af042d is 0.35.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 00000100 00101101
Octal 257 4 55
Decimal 175 4 45
Hex AF 4 2D

RGB Percentages of Color #af042d

%78.13
%1.79
%20.09

CMYK Percentages of Color #af042d

%0
%98
%74
%31

Triadic Colors of #af042d

#af042d #2daf04 #042daf

Analogous Colors of #af042d

#af042d #af3104 #af0483

Monochromatic Colors of #af042d

#af042d

Complementary Color

#af042d #04af86

#af042d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af042d Color Preview on White Background

Lorem ipsum dolor sit amet.

#af042d Color CSS Codes

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

#af042d Text Font Color

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

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


#af042d Background Color

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

This div background color is #af042d


#af042d Border Color

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

This div border color is #af042d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af042d


Comments

No comments written yet.

Please login to write comment.