Color Hex Logo

#ad3adc Color Hex

#AD3ADC
(173,58,220)
0 Favorites   0 Comments

Color spaces of #ad3adc

RGB 17358220
HSL0.780.700.55
HSV283°74°86°
CMYK 0.210.740.00   0.14
XYZ31.664917.077769.3375
Yxy17.07770.26820.1446
Hunter Lab41.325264.4543-70.5522
CIE-Lab48.357869.2128-61.1060

#ad3adc color RGB value is (173,58,220).

#ad3adc hex color red value is 173, green value is 58 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #ad3adc hue: 0.78 , saturation: 0.70 and the lightness value of ad3adc is 0.55.

The process color (four color CMYK) of #ad3adc color hex is 0.21, 0.74, 0.00, 0.14. Web safe color of #ad3adc is #9933cc. Color #ad3adc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00111010 11011100
Octal 255 72 334
Decimal 173 58 220
Hex AD 3A DC

RGB Percentages of Color #ad3adc

%38.36
%12.86
%48.78

CMYK Percentages of Color #ad3adc

%21
%74
%0
%14

Triadic Colors of #ad3adc

#ad3adc #dcad3a #3adcad

Analogous Colors of #ad3adc

#ad3adc #dc3aba #5c3adc

Monochromatic Colors of #ad3adc

#ad3adc

Complementary Color

#ad3adc #69dc3a

#ad3adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad3adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad3adc Color CSS Codes

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

#ad3adc Text Font Color

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

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


#ad3adc Background Color

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

This div background color is #ad3adc


#ad3adc Border Color

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

This div border color is #ad3adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad3adc


Comments

No comments written yet.

Please login to write comment.