Color Hex Logo

#ad3297 Color Hex

#AD3297
(173,50,151)
0 Favorites   0 Comments

Color spaces of #ad3297

RGB 17350151
HSL0.860.550.44
HSV311°71°68°
CMYK 0.000.710.13   0.32
XYZ23.960113.399830.6017
Yxy13.39980.35260.1972
Hunter Lab36.605752.7762-23.9413
CIE-Lab43.359659.9940-28.6621

#ad3297 color RGB value is (173,50,151).

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

The process color (four color CMYK) of #ad3297 color hex is 0.00, 0.71, 0.13, 0.32. Web safe color of #ad3297 is #993399. Color #ad3297 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00110010 10010111
Octal 255 62 227
Decimal 173 50 151
Hex AD 32 97

RGB Percentages of Color #ad3297

%46.26
%13.37
%40.37

CMYK Percentages of Color #ad3297

%0
%71
%13
%32

Triadic Colors of #ad3297

#ad3297 #97ad32 #3297ad

Analogous Colors of #ad3297

#ad3297 #ad325a #8632ad

Monochromatic Colors of #ad3297

#ad3297

Complementary Color

#ad3297 #32ad48

#ad3297 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad3297 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad3297 Color CSS Codes

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

#ad3297 Text Font Color

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

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


#ad3297 Background Color

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

This div background color is #ad3297


#ad3297 Border Color

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

This div border color is #ad3297


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad3297


Comments

No comments written yet.

Please login to write comment.