Color Hex Logo

#ad336d Color Hex

#AD336D
(173,51,109)
0 Favorites   0 Comments

Color spaces of #ad336d

RGB 17351109
HSL0.920.540.44
HSV331°71°68°
CMYK 0.000.710.37   0.32
XYZ21.177712.356015.7368
Yxy12.35600.42980.2508
Hunter Lab35.151146.0276-1.9378
CIE-Lab41.776454.0852-5.3435

#ad336d color RGB value is (173,51,109).

#ad336d hex color red value is 173, green value is 51 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #ad336d hue: 0.92 , saturation: 0.54 and the lightness value of ad336d is 0.44.

The process color (four color CMYK) of #ad336d color hex is 0.00, 0.71, 0.37, 0.32. Web safe color of #ad336d is #993366. Color #ad336d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00110011 01101101
Octal 255 63 155
Decimal 173 51 109
Hex AD 33 6D

RGB Percentages of Color #ad336d

%51.95
%15.32
%32.73

CMYK Percentages of Color #ad336d

%0
%71
%37
%32

Triadic Colors of #ad336d

#ad336d #6dad33 #336dad

Analogous Colors of #ad336d

#ad336d #ad3633 #ad33aa

Monochromatic Colors of #ad336d

#ad336d

Complementary Color

#ad336d #33ad73

#ad336d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad336d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad336d Color CSS Codes

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

#ad336d Text Font Color

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

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


#ad336d Background Color

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

This div background color is #ad336d


#ad336d Border Color

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

This div border color is #ad336d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad336d

#ad336d Color Palettes


Comments

No comments written yet.

Please login to write comment.