Color Hex Logo

#ad327a Color Hex

#AD327A
(173,50,122)
0 Favorites   0 Comments

Color spaces of #ad327a

RGB 17350122
HSL0.900.550.44
HSV325°71°68°
CMYK 0.000.710.29   0.32
XYZ21.887012.570619.6851
Yxy12.57060.40420.2322
Hunter Lab35.455048.1448-8.1000
CIE-Lab42.109055.9988-12.9016

#ad327a color RGB value is (173,50,122).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 00110010 01111010
Octal 255 62 172
Decimal 173 50 122
Hex AD 32 7A

RGB Percentages of Color #ad327a

%50.14
%14.49
%35.36

CMYK Percentages of Color #ad327a

%0
%71
%29
%32

Triadic Colors of #ad327a

#ad327a #7aad32 #327aad

Analogous Colors of #ad327a

#ad327a #ad323d #a332ad

Monochromatic Colors of #ad327a

#ad327a

Complementary Color

#ad327a #32ad65

#ad327a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad327a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad327a Color CSS Codes

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

#ad327a Text Font Color

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

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


#ad327a Background Color

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

This div background color is #ad327a


#ad327a Border Color

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

This div border color is #ad327a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad327a


Comments

No comments written yet.

Please login to write comment.