Color Hex Logo

#ad6bbd Color Hex

#AD6BBD
(173,107,189)
0 Favorites   0 Comments

Color spaces of #ad6bbd

RGB 173107189
HSL0.800.380.58
HSV288°43°74°
CMYK 0.080.430.00   0.26
XYZ31.676623.073750.9283
Yxy23.07370.29970.2183
Hunter Lab48.035133.6499-29.2365
CIE-Lab55.148239.9866-32.5801

#ad6bbd color RGB value is (173,107,189).

#ad6bbd hex color red value is 173, green value is 107 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #ad6bbd hue: 0.80 , saturation: 0.38 and the lightness value of ad6bbd is 0.58.

The process color (four color CMYK) of #ad6bbd color hex is 0.08, 0.43, 0.00, 0.26. Web safe color of #ad6bbd is #9966cc. Color #ad6bbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01101011 10111101
Octal 255 153 275
Decimal 173 107 189
Hex AD 6B BD

RGB Percentages of Color #ad6bbd

%36.89
%22.81
%40.30

CMYK Percentages of Color #ad6bbd

%8
%43
%0
%26

Triadic Colors of #ad6bbd

#ad6bbd #bdad6b #6bbdad

Analogous Colors of #ad6bbd

#ad6bbd #bd6ba4 #846bbd

Monochromatic Colors of #ad6bbd

#ad6bbd

Complementary Color

#ad6bbd #7bbd6b

#ad6bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad6bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad6bbd Color CSS Codes

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

#ad6bbd Text Font Color

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

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


#ad6bbd Background Color

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

This div background color is #ad6bbd


#ad6bbd Border Color

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

This div border color is #ad6bbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad6bbd


Comments

No comments written yet.

Please login to write comment.