Color Hex Logo

#af2a2d Color Hex

#AF2A2D
(175,42,45)
0 Favorites   0 Comments

Color spaces of #af2a2d

RGB 1754245
HSL1.000.610.43
HSV359°76°69°
CMYK 0.000.760.74   0.31
XYZ18.980810.95943.5976
Yxy10.95940.56600.3268
Hunter Lab33.105044.409616.7303
CIE-Lab39.512052.979231.5331

#af2a2d color RGB value is (175,42,45).

#af2a2d hex color red value is 175, green value is 42 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #af2a2d hue: 1.00 , saturation: 0.61 and the lightness value of af2a2d is 0.43.

The process color (four color CMYK) of #af2a2d color hex is 0.00, 0.76, 0.74, 0.31. Web safe color of #af2a2d is #993333. Color #af2a2d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00101010 00101101
Octal 257 52 55
Decimal 175 42 45
Hex AF 2A 2D

RGB Percentages of Color #af2a2d

%66.79
%16.03
%17.18

CMYK Percentages of Color #af2a2d

%0
%76
%74
%31

Triadic Colors of #af2a2d

#af2a2d #2daf2a #2a2daf

Analogous Colors of #af2a2d

#af2a2d #af6a2a #af2a70

Monochromatic Colors of #af2a2d

#af2a2d

Complementary Color

#af2a2d #2aafac

#af2a2d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af2a2d Color Preview on White Background

Lorem ipsum dolor sit amet.

#af2a2d Color CSS Codes

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

#af2a2d Text Font Color

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

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


#af2a2d Background Color

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

This div background color is #af2a2d


#af2a2d Border Color

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

This div border color is #af2a2d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af2a2d


Comments

No comments written yet.

Please login to write comment.