Color Hex Logo

#ad259f Color Hex

#AD259F
(173,37,159)
0 Favorites   0 Comments

Color spaces of #ad259f

RGB 17337159
HSL0.850.650.41
HSV306°79°68°
CMYK 0.000.790.08   0.32
XYZ24.153212.710633.9813
Yxy12.71060.34090.1794
Hunter Lab35.651958.5380-31.5554
CIE-Lab42.323965.3043-35.1030

#ad259f color RGB value is (173,37,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 00100101 10011111
Octal 255 45 237
Decimal 173 37 159
Hex AD 25 9F

RGB Percentages of Color #ad259f

%46.88
%10.03
%43.09

CMYK Percentages of Color #ad259f

%0
%79
%8
%32

Triadic Colors of #ad259f

#ad259f #9fad25 #259fad

Analogous Colors of #ad259f

#ad259f #ad255b #7725ad

Monochromatic Colors of #ad259f

#ad259f

Complementary Color

#ad259f #25ad33

#ad259f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad259f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad259f Color CSS Codes

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

#ad259f Text Font Color

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

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


#ad259f Background Color

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

This div background color is #ad259f


#ad259f Border Color

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

This div border color is #ad259f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad259f


Comments

No comments written yet.

Please login to write comment.