Color Hex Logo

#ad271e Color Hex

#AD271E
(173,39,30)
0 Favorites   0 Comments

Color spaces of #ad271e

RGB 1733930
HSL0.010.700.40
HSV83°68°
CMYK 0.000.770.83   0.32
XYZ18.193410.42902.2824
Yxy10.42900.58870.3375
Hunter Lab32.294044.046818.4154
CIE-Lab38.601652.804738.9956

#ad271e color RGB value is (173,39,30).

#ad271e hex color red value is 173, green value is 39 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #ad271e hue: 0.01 , saturation: 0.70 and the lightness value of ad271e is 0.40.

The process color (four color CMYK) of #ad271e color hex is 0.00, 0.77, 0.83, 0.32. Web safe color of #ad271e is #993333. Color #ad271e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00100111 00011110
Octal 255 47 36
Decimal 173 39 30
Hex AD 27 1E

RGB Percentages of Color #ad271e

%71.49
%16.12
%12.40

CMYK Percentages of Color #ad271e

%0
%77
%83
%32

Triadic Colors of #ad271e

#ad271e #1ead27 #271ead

Analogous Colors of #ad271e

#ad271e #ad6f1e #ad1e5d

Monochromatic Colors of #ad271e

#ad271e

Complementary Color

#ad271e #1ea4ad

#ad271e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad271e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad271e Color CSS Codes

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

#ad271e Text Font Color

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

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


#ad271e Background Color

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

This div background color is #ad271e


#ad271e Border Color

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

This div border color is #ad271e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(173,39,30, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ad271e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ad271e;
  -webkit-box-shadow: 1px 1px 3px 2px #ad271e;
  box-shadow:         1px 1px 3px 2px #ad271e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,39,30, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad271e


Comments

No comments written yet.

Please login to write comment.