Color Hex Logo

#ad06dc Color Hex

#AD06DC
(173,6,220)
0 Favorites   0 Comments

Color spaces of #ad06dc

RGB 1736220
HSL0.800.950.44
HSV287°97°86°
CMYK 0.210.970.00   0.14
XYZ30.217014.181868.8549
Yxy14.18180.26680.1252
Hunter Lab37.658777.3239-82.0442
CIE-Lab44.492580.5076-67.3701

#ad06dc color RGB value is (173,6,220).

#ad06dc hex color red value is 173, green value is 6 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #ad06dc hue: 0.80 , saturation: 0.95 and the lightness value of ad06dc is 0.44.

The process color (four color CMYK) of #ad06dc color hex is 0.21, 0.97, 0.00, 0.14. Web safe color of #ad06dc is #9900cc. Color #ad06dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00000110 11011100
Octal 255 6 334
Decimal 173 6 220
Hex AD 6 DC

RGB Percentages of Color #ad06dc

%43.36
%1.50
%55.14

CMYK Percentages of Color #ad06dc

%21
%97
%0
%14

Triadic Colors of #ad06dc

#ad06dc #dcad06 #06dcad

Analogous Colors of #ad06dc

#ad06dc #dc06a0 #4206dc

Monochromatic Colors of #ad06dc

#ad06dc

Complementary Color

#ad06dc #35dc06

#ad06dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad06dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad06dc Color CSS Codes

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

#ad06dc Text Font Color

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

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


#ad06dc Background Color

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

This div background color is #ad06dc


#ad06dc Border Color

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

This div border color is #ad06dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad06dc


Comments

No comments written yet.

Please login to write comment.