Color Hex Logo

#ad509f Color Hex

#AD509F
(173,80,159)
0 Favorites   0 Comments

Color spaces of #ad509f

RGB 17380159
HSL0.860.370.50
HSV309°54°68°
CMYK 0.000.540.08   0.32
XYZ26.360217.124834.7170
Yxy17.12480.33710.2190
Hunter Lab41.382141.2849-20.7731
CIE-Lab48.416948.4079-25.5699

#ad509f color RGB value is (173,80,159).

#ad509f hex color red value is 173, green value is 80 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #ad509f hue: 0.86 , saturation: 0.37 and the lightness value of ad509f is 0.50.

The process color (four color CMYK) of #ad509f color hex is 0.00, 0.54, 0.08, 0.32. Web safe color of #ad509f is #996699. Color #ad509f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01010000 10011111
Octal 255 120 237
Decimal 173 80 159
Hex AD 50 9F

RGB Percentages of Color #ad509f

%41.99
%19.42
%38.59

CMYK Percentages of Color #ad509f

%0
%54
%8
%32

Triadic Colors of #ad509f

#ad509f #9fad50 #509fad

Analogous Colors of #ad509f

#ad509f #ad5071 #8d50ad

Monochromatic Colors of #ad509f

#ad509f

Complementary Color

#ad509f #50ad5e

#ad509f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad509f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad509f Color CSS Codes

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

#ad509f Text Font Color

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

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


#ad509f Background Color

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

This div background color is #ad509f


#ad509f Border Color

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

This div border color is #ad509f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,80,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 #ad509f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad509f


Comments

No comments written yet.

Please login to write comment.