color codes Logo

#ad7adc color codes

#AD7ADC
(173,122,220)
0 Favorites   0 Comments

Color spaces of #ad7adc

RGB 173122220
HSL0.750.580.67
HSV271°45°86°
CMYK 0.210.450.00   0.14
XYZ37.111427.970671.1530
Yxy27.97060.27240.2053
Hunter Lab52.887232.7022-42.7460
CIE-Lab59.862238.4565-42.7597

#ad7adc color RGB value is (173,122,220).

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

The process color (four color CMYK) of #ad7adc color code is 0.21, 0.45, 0.00, 0.14. Web safe color of #ad7adc is #9966cc. Color #ad7adc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01111010 11011100
Octal 255 172 334
Decimal 173 122 220
Hex AD 7A DC

RGB Percentages of Color #ad7adc

%33.59
%23.69
%42.72

CMYK Percentages of Color #ad7adc

%21
%45
%0
%14

Triadic Colors of #ad7adc

#ad7adc #dcad7a #7adcad

Analogous Colors of #ad7adc

#ad7adc #dc7ada #7c7adc

Monochromatic Colors of #ad7adc

#ad7adc

Complementary Color

#ad7adc #a9dc7a

#ad7adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad7adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad7adc Color CSS Codes

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

#ad7adc Text Font Color

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

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


#ad7adc Background Color

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

This div background color is #ad7adc


#ad7adc Border Color

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

This div border color is #ad7adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad7adc


Comments

No comments written yet.

Please login to write comment.