Color Hex Logo

#ad6bdc Color Hex

#AD6BDC
(173,107,220)
0 Favorites   0 Comments

Color spaces of #ad6bdc

RGB 173107220
HSL0.760.620.64
HSV275°51°86°
CMYK 0.210.510.00   0.14
XYZ35.409524.566970.5858
Yxy24.56690.27120.1882
Hunter Lab49.565040.7826-49.7397
CIE-Lab56.651046.6238-47.8339

#ad6bdc color RGB value is (173,107,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 01101011 11011100
Octal 255 153 334
Decimal 173 107 220
Hex AD 6B DC

RGB Percentages of Color #ad6bdc

%34.60
%21.40
%44.00

CMYK Percentages of Color #ad6bdc

%21
%51
%0
%14

Triadic Colors of #ad6bdc

#ad6bdc #dcad6b #6bdcad

Analogous Colors of #ad6bdc

#ad6bdc #dc6bd3 #756bdc

Monochromatic Colors of #ad6bdc

#ad6bdc

Complementary Color

#ad6bdc #9adc6b

#ad6bdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad6bdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad6bdc Color CSS Codes

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

#ad6bdc Text Font Color

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

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


#ad6bdc Background Color

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

This div background color is #ad6bdc


#ad6bdc Border Color

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

This div border color is #ad6bdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad6bdc


Comments

No comments written yet.

Please login to write comment.