Color Hex Logo

#ad231e Color Hex

#AD231E
(173,35,30)
0 Favorites   0 Comments

Color spaces of #ad231e

RGB 1733530
HSL0.010.700.40
HSV83°68°
CMYK 0.000.800.83   0.32
XYZ18.069010.18002.2409
Yxy10.18000.59260.3339
Hunter Lab31.906145.252018.1701
CIE-Lab38.163654.034638.5766

#ad231e color RGB value is (173,35,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 00100011 00011110
Octal 255 43 36
Decimal 173 35 30
Hex AD 23 1E

RGB Percentages of Color #ad231e

%72.69
%14.71
%12.61

CMYK Percentages of Color #ad231e

%0
%80
%83
%32

Triadic Colors of #ad231e

#ad231e #1ead23 #231ead

Analogous Colors of #ad231e

#ad231e #ad6b1e #ad1e61

Monochromatic Colors of #ad231e

#ad231e

Complementary Color

#ad231e #1ea8ad

#ad231e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad231e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad231e Color CSS Codes

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

#ad231e Text Font Color

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

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


#ad231e Background Color

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

This div background color is #ad231e


#ad231e Border Color

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

This div border color is #ad231e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad231e


Comments

No comments written yet.

Please login to write comment.