Color Hex Logo

#ad336a Color Hex

#AD336A
(173,51,106)
0 Favorites   0 Comments

Color spaces of #ad336a

RGB 17351106
HSL0.920.540.44
HSV333°71°68°
CMYK 0.000.710.39   0.32
XYZ21.018912.292514.9005
Yxy12.29250.43600.2550
Hunter Lab35.060745.6548-0.6553
CIE-Lab41.677353.7530-3.6212

#ad336a color RGB value is (173,51,106).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 00110011 01101010
Octal 255 63 152
Decimal 173 51 106
Hex AD 33 6A

RGB Percentages of Color #ad336a

%52.42
%15.45
%32.12

CMYK Percentages of Color #ad336a

%0
%71
%39
%32

Triadic Colors of #ad336a

#ad336a #6aad33 #336aad

Analogous Colors of #ad336a

#ad336a #ad3933 #ad33a7

Monochromatic Colors of #ad336a

#ad336a

Complementary Color

#ad336a #33ad76

#ad336a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad336a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad336a Color CSS Codes

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

#ad336a Text Font Color

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

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


#ad336a Background Color

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

This div background color is #ad336a


#ad336a Border Color

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

This div border color is #ad336a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad336a


Comments

No comments written yet.

Please login to write comment.