Color Hex Logo

#ad317c Color Hex

#AD317C
(173,49,124)
0 Favorites   0 Comments

Color spaces of #ad317c

RGB 17349124
HSL0.900.560.44
HSV324°72°68°
CMYK 0.000.720.28   0.32
XYZ21.970012.536120.3305
Yxy12.53610.40060.2286
Hunter Lab35.406448.7999-9.2602
CIE-Lab42.055856.6150-14.2160

#ad317c color RGB value is (173,49,124).

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

The process color (four color CMYK) of #ad317c color hex is 0.00, 0.72, 0.28, 0.32. Web safe color of #ad317c is #993366. Color #ad317c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00110001 01111100
Octal 255 61 174
Decimal 173 49 124
Hex AD 31 7C

RGB Percentages of Color #ad317c

%50.00
%14.16
%35.84

CMYK Percentages of Color #ad317c

%0
%72
%28
%32

Triadic Colors of #ad317c

#ad317c #7cad31 #317cad

Analogous Colors of #ad317c

#ad317c #ad313e #a031ad

Monochromatic Colors of #ad317c

#ad317c

Complementary Color

#ad317c #31ad62

#ad317c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad317c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad317c Color CSS Codes

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

#ad317c Text Font Color

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

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


#ad317c Background Color

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

This div background color is #ad317c


#ad317c Border Color

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

This div border color is #ad317c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad317c


Comments

No comments written yet.

Please login to write comment.