Color Hex Logo

#ad7adb Color Hex

#AD7ADB
(173,122,219)
0 Favorites   0 Comments

Color spaces of #ad7adb

RGB 173122219
HSL0.750.570.67
HSV272°44°86°
CMYK 0.210.440.00   0.14
XYZ36.979327.917870.4575
Yxy27.91780.27320.2063
Hunter Lab52.837332.4617-42.0759
CIE-Lab59.814438.2283-42.2747

#ad7adb color RGB value is (173,122,219).

#ad7adb hex color red value is 173, green value is 122 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #ad7adb hue: 0.75 , saturation: 0.57 and the lightness value of ad7adb is 0.67.

The process color (four color CMYK) of #ad7adb color hex is 0.21, 0.44, 0.00, 0.14. Web safe color of #ad7adb is #9966cc. Color #ad7adb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01111010 11011011
Octal 255 172 333
Decimal 173 122 219
Hex AD 7A DB

RGB Percentages of Color #ad7adb

%33.66
%23.74
%42.61

CMYK Percentages of Color #ad7adb

%21
%44
%0
%14

Triadic Colors of #ad7adb

#ad7adb #dbad7a #7adbad

Analogous Colors of #ad7adb

#ad7adb #db7ad9 #7d7adb

Monochromatic Colors of #ad7adb

#ad7adb

Complementary Color

#ad7adb #a8db7a

#ad7adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad7adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad7adb Color CSS Codes

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

#ad7adb Text Font Color

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

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


#ad7adb Background Color

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

This div background color is #ad7adb


#ad7adb Border Color

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

This div border color is #ad7adb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad7adb


Comments

No comments written yet.

Please login to write comment.