Color Hex Logo

#ad1dbd Color Hex

#AD1DBD
(173,29,189)
0 Favorites   0 Comments

Color spaces of #ad1dbd

RGB 17329189
HSL0.820.730.43
HSV294°85°74°
CMYK 0.080.850.00   0.26
XYZ26.858313.437149.3221
Yxy13.43710.29970.1499
Hunter Lab36.656766.6377-54.1160
CIE-Lab43.414672.0105-51.1608

#ad1dbd color RGB value is (173,29,189).

#ad1dbd hex color red value is 173, green value is 29 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #ad1dbd hue: 0.82 , saturation: 0.73 and the lightness value of ad1dbd is 0.43.

The process color (four color CMYK) of #ad1dbd color hex is 0.08, 0.85, 0.00, 0.26. Web safe color of #ad1dbd is #9933cc. Color #ad1dbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00011101 10111101
Octal 255 35 275
Decimal 173 29 189
Hex AD 1D BD

RGB Percentages of Color #ad1dbd

%44.25
%7.42
%48.34

CMYK Percentages of Color #ad1dbd

%8
%85
%0
%26

Triadic Colors of #ad1dbd

#ad1dbd #bdad1d #1dbdad

Analogous Colors of #ad1dbd

#ad1dbd #bd1d7d #5d1dbd

Monochromatic Colors of #ad1dbd

#ad1dbd

Complementary Color

#ad1dbd #2dbd1d

#ad1dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad1dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad1dbd Color CSS Codes

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

#ad1dbd Text Font Color

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

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


#ad1dbd Background Color

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

This div background color is #ad1dbd


#ad1dbd Border Color

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

This div border color is #ad1dbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad1dbd


Comments

No comments written yet.

Please login to write comment.