Color Hex Logo

#ad2132 Color Hex

#AD2132
(173,33,50)
0 Favorites   0 Comments

Color spaces of #ad2132

RGB 1733350
HSL0.980.680.40
HSV353°81°68°
CMYK 0.000.810.71   0.32
XYZ18.353210.20224.0195
Yxy10.20220.56340.3132
Hunter Lab31.940946.669414.8975
CIE-Lab38.202955.364526.8595

#ad2132 color RGB value is (173,33,50).

#ad2132 hex color red value is 173, green value is 33 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #ad2132 hue: 0.98 , saturation: 0.68 and the lightness value of ad2132 is 0.40.

The process color (four color CMYK) of #ad2132 color hex is 0.00, 0.81, 0.71, 0.32. Web safe color of #ad2132 is #993333. Color #ad2132 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00100001 00110010
Octal 255 41 62
Decimal 173 33 50
Hex AD 21 32

RGB Percentages of Color #ad2132

%67.58
%12.89
%19.53

CMYK Percentages of Color #ad2132

%0
%81
%71
%32

Triadic Colors of #ad2132

#ad2132 #32ad21 #2132ad

Analogous Colors of #ad2132

#ad2132 #ad5621 #ad2178

Monochromatic Colors of #ad2132

#ad2132

Complementary Color

#ad2132 #21ad9c

#ad2132 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad2132 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad2132 Color CSS Codes

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

#ad2132 Text Font Color

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

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


#ad2132 Background Color

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

This div background color is #ad2132


#ad2132 Border Color

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

This div border color is #ad2132


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad2132


Comments

No comments written yet.

Please login to write comment.