Color Hex Logo

#ad259c Color Hex

#AD259C
(173,37,156)
0 Favorites   0 Comments

Color spaces of #ad259c

RGB 17337156
HSL0.850.650.41
HSV308°79°68°
CMYK 0.000.790.10   0.32
XYZ23.895912.607732.6266
Yxy12.60770.34570.1824
Hunter Lab35.507357.9900-29.6247
CIE-Lab42.166164.8560-33.5479

#ad259c color RGB value is (173,37,156).

#ad259c hex color red value is 173, green value is 37 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #ad259c hue: 0.85 , saturation: 0.65 and the lightness value of ad259c is 0.41.

The process color (four color CMYK) of #ad259c color hex is 0.00, 0.79, 0.10, 0.32. Web safe color of #ad259c is #993399. Color #ad259c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00100101 10011100
Octal 255 45 234
Decimal 173 37 156
Hex AD 25 9C

RGB Percentages of Color #ad259c

%47.27
%10.11
%42.62

CMYK Percentages of Color #ad259c

%0
%79
%10
%32

Triadic Colors of #ad259c

#ad259c #9cad25 #259cad

Analogous Colors of #ad259c

#ad259c #ad2558 #7a25ad

Monochromatic Colors of #ad259c

#ad259c

Complementary Color

#ad259c #25ad36

#ad259c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad259c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad259c Color CSS Codes

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

#ad259c Text Font Color

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

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


#ad259c Background Color

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

This div background color is #ad259c


#ad259c Border Color

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

This div border color is #ad259c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad259c


Comments

No comments written yet.

Please login to write comment.