Color Hex Logo

#ad6adc Color Hex

#AD6ADC
(173,106,220)
0 Favorites   0 Comments

Color spaces of #ad6adc

RGB 173106220
HSL0.760.620.64
HSV275°52°86°
CMYK 0.210.520.00   0.14
XYZ35.305924.359670.5512
Yxy24.35960.27110.1871
Hunter Lab49.355441.3161-50.2033
CIE-Lab56.446047.1559-48.1589

#ad6adc color RGB value is (173,106,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 01101010 11011100
Octal 255 152 334
Decimal 173 106 220
Hex AD 6A DC

RGB Percentages of Color #ad6adc

%34.67
%21.24
%44.09

CMYK Percentages of Color #ad6adc

%21
%52
%0
%14

Triadic Colors of #ad6adc

#ad6adc #dcad6a #6adcad

Analogous Colors of #ad6adc

#ad6adc #dc6ad2 #746adc

Monochromatic Colors of #ad6adc

#ad6adc

Complementary Color

#ad6adc #99dc6a

#ad6adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad6adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad6adc Color CSS Codes

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

#ad6adc Text Font Color

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

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


#ad6adc Background Color

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

This div background color is #ad6adc


#ad6adc Border Color

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

This div border color is #ad6adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad6adc


Comments

No comments written yet.

Please login to write comment.