Color Hex Logo

#ad319e Color Hex

#AD319E
(173,49,158)
0 Favorites   0 Comments

Color spaces of #ad319e

RGB 17349158
HSL0.850.560.44
HSV307°72°68°
CMYK 0.000.720.09   0.32
XYZ24.503413.549533.6716
Yxy13.54950.34160.1889
Hunter Lab36.809654.4068-28.4687
CIE-Lab43.579861.4143-32.5243

#ad319e color RGB value is (173,49,158).

#ad319e hex color red value is 173, green value is 49 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #ad319e hue: 0.85 , saturation: 0.56 and the lightness value of ad319e is 0.44.

The process color (four color CMYK) of #ad319e color hex is 0.00, 0.72, 0.09, 0.32. Web safe color of #ad319e is #993399. Color #ad319e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00110001 10011110
Octal 255 61 236
Decimal 173 49 158
Hex AD 31 9E

RGB Percentages of Color #ad319e

%45.53
%12.89
%41.58

CMYK Percentages of Color #ad319e

%0
%72
%9
%32

Triadic Colors of #ad319e

#ad319e #9ead31 #319ead

Analogous Colors of #ad319e

#ad319e #ad3160 #7e31ad

Monochromatic Colors of #ad319e

#ad319e

Complementary Color

#ad319e #31ad40

#ad319e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad319e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad319e Color CSS Codes

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

#ad319e Text Font Color

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

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


#ad319e Background Color

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

This div background color is #ad319e


#ad319e Border Color

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

This div border color is #ad319e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad319e


Comments

No comments written yet.

Please login to write comment.