Color Hex Logo

#ad6cdb Color Hex

#AD6CDB
(173,108,219)
0 Favorites   0 Comments

Color spaces of #ad6cdb

RGB 173108219
HSL0.760.610.64
HSV275°51°86°
CMYK 0.210.510.00   0.14
XYZ35.382324.723869.9252
Yxy24.72380.27210.1901
Hunter Lab49.723040.0031-48.5730
CIE-Lab56.805345.8664-47.0261

#ad6cdb color RGB value is (173,108,219).

#ad6cdb hex color red value is 173, green value is 108 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #ad6cdb hue: 0.76 , saturation: 0.61 and the lightness value of ad6cdb is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 01101100 11011011
Octal 255 154 333
Decimal 173 108 219
Hex AD 6C DB

RGB Percentages of Color #ad6cdb

%34.60
%21.60
%43.80

CMYK Percentages of Color #ad6cdb

%21
%51
%0
%14

Triadic Colors of #ad6cdb

#ad6cdb #dbad6c #6cdbad

Analogous Colors of #ad6cdb

#ad6cdb #db6cd2 #766cdb

Monochromatic Colors of #ad6cdb

#ad6cdb

Complementary Color

#ad6cdb #9adb6c

#ad6cdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad6cdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad6cdb Color CSS Codes

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

#ad6cdb Text Font Color

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

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


#ad6cdb Background Color

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

This div background color is #ad6cdb


#ad6cdb Border Color

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

This div border color is #ad6cdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad6cdb


Comments

No comments written yet.

Please login to write comment.