Color Hex Logo

#ad7fdb Color Hex

#AD7FDB
(173,127,219)
0 Favorites   0 Comments

Color spaces of #ad7fdb

RGB 173127219
HSL0.750.560.68
HSV270°42°86°
CMYK 0.210.420.00   0.14
XYZ37.609129.177570.6674
Yxy29.17750.27360.2123
Hunter Lab54.016229.7533-39.7556
CIE-Lab60.938035.4459-40.5092

#ad7fdb color RGB value is (173,127,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 01111111 11011011
Octal 255 177 333
Decimal 173 127 219
Hex AD 7F DB

RGB Percentages of Color #ad7fdb

%33.33
%24.47
%42.20

CMYK Percentages of Color #ad7fdb

%21
%42
%0
%14

Triadic Colors of #ad7fdb

#ad7fdb #dbad7f #7fdbad

Analogous Colors of #ad7fdb

#ad7fdb #db7fdb #7f7fdb

Monochromatic Colors of #ad7fdb

#ad7fdb

Complementary Color

#ad7fdb #addb7f

#ad7fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad7fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad7fdb Color CSS Codes

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

#ad7fdb Text Font Color

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

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


#ad7fdb Background Color

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

This div background color is #ad7fdb


#ad7fdb Border Color

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

This div border color is #ad7fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad7fdb


Comments

No comments written yet.

Please login to write comment.