Color Hex Logo

#ad507f Color Hex

#AD507F
(173,80,127)
0 Favorites   0 Comments

Color spaces of #ad507f

RGB 17380127
HSL0.920.370.50
HSV330°54°68°
CMYK 0.000.540.27   0.32
XYZ23.933016.153921.9353
Yxy16.15390.38590.2605
Hunter Lab40.191935.9552-4.2240
CIE-Lab47.175843.4258-8.3204

#ad507f color RGB value is (173,80,127).

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

The process color (four color CMYK) of #ad507f color hex is 0.00, 0.54, 0.27, 0.32. Web safe color of #ad507f is #996666. Color #ad507f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01010000 01111111
Octal 255 120 177
Decimal 173 80 127
Hex AD 50 7F

RGB Percentages of Color #ad507f

%45.53
%21.05
%33.42

CMYK Percentages of Color #ad507f

%0
%54
%27
%32

Triadic Colors of #ad507f

#ad507f #7fad50 #507fad

Analogous Colors of #ad507f

#ad507f #ad5050 #ad50ad

Monochromatic Colors of #ad507f

#ad507f

Complementary Color

#ad507f #50ad7e

#ad507f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad507f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad507f Color CSS Codes

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

#ad507f Text Font Color

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

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


#ad507f Background Color

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

This div background color is #ad507f


#ad507f Border Color

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

This div border color is #ad507f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad507f


Comments

No comments written yet.

Please login to write comment.