Color Hex Logo

#af371d Color Hex

#AF371D
(175,55,29)
0 Favorites   0 Comments

Color spaces of #af371d

RGB 1755529
HSL0.030.720.40
HSV11°83°69°
CMYK 0.000.690.83   0.31
XYZ19.267211.93502.4506
Yxy11.93500.57250.3547
Hunter Lab34.547139.093619.9772
CIE-Lab41.112647.542642.0023

#af371d color RGB value is (175,55,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 00110111 00011101
Octal 257 67 35
Decimal 175 55 29
Hex AF 37 1D

RGB Percentages of Color #af371d

%67.57
%21.24
%11.20

CMYK Percentages of Color #af371d

%0
%69
%83
%31

Triadic Colors of #af371d

#af371d #1daf37 #371daf

Analogous Colors of #af371d

#af371d #af801d #af1d4c

Monochromatic Colors of #af371d

#af371d

Complementary Color

#af371d #1d95af

#af371d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af371d Color Preview on White Background

Lorem ipsum dolor sit amet.

#af371d Color CSS Codes

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

#af371d Text Font Color

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

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


#af371d Background Color

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

This div background color is #af371d


#af371d Border Color

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

This div border color is #af371d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af371d


Comments

No comments written yet.

Please login to write comment.