Color Hex Logo

#ad323b Color Hex

#AD323B
(173,50,59)
0 Favorites   0 Comments

Color spaces of #ad323b

RGB 1735059
HSL0.990.550.44
HSV356°71°68°
CMYK 0.000.710.66   0.32
XYZ19.163611.48125.3437
Yxy11.48120.53250.3190
Hunter Lab33.883941.656714.3684
CIE-Lab40.379450.175623.9812

#ad323b color RGB value is (173,50,59).

#ad323b hex color red value is 173, green value is 50 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #ad323b hue: 0.99 , saturation: 0.55 and the lightness value of ad323b is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 00110010 00111011
Octal 255 62 73
Decimal 173 50 59
Hex AD 32 3B

RGB Percentages of Color #ad323b

%61.35
%17.73
%20.92

CMYK Percentages of Color #ad323b

%0
%71
%66
%32

Triadic Colors of #ad323b

#ad323b #3bad32 #323bad

Analogous Colors of #ad323b

#ad323b #ad6732 #ad3279

Monochromatic Colors of #ad323b

#ad323b

Complementary Color

#ad323b #32ada4

#ad323b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad323b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad323b Color CSS Codes

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

#ad323b Text Font Color

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

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


#ad323b Background Color

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

This div background color is #ad323b


#ad323b Border Color

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

This div border color is #ad323b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad323b


Comments

No comments written yet.

Please login to write comment.