Color Hex Logo

#ad3dbd Color Hex

#AD3DBD
(173,61,189)
0 Favorites   0 Comments

Color spaces of #ad3dbd

RGB 17361189
HSL0.810.510.49
HSV293°68°74°
CMYK 0.080.680.00   0.26
XYZ28.087615.895849.7319
Yxy15.89580.29970.1696
Hunter Lab39.869555.9794-46.0476
CIE-Lab46.837562.1880-45.6835

#ad3dbd color RGB value is (173,61,189).

#ad3dbd hex color red value is 173, green value is 61 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #ad3dbd hue: 0.81 , saturation: 0.51 and the lightness value of ad3dbd is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 00111101 10111101
Octal 255 75 275
Decimal 173 61 189
Hex AD 3D BD

RGB Percentages of Color #ad3dbd

%40.90
%14.42
%44.68

CMYK Percentages of Color #ad3dbd

%8
%68
%0
%26

Triadic Colors of #ad3dbd

#ad3dbd #bdad3d #3dbdad

Analogous Colors of #ad3dbd

#ad3dbd #bd3d8d #6d3dbd

Monochromatic Colors of #ad3dbd

#ad3dbd

Complementary Color

#ad3dbd #4dbd3d

#ad3dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad3dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad3dbd Color CSS Codes

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

#ad3dbd Text Font Color

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

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


#ad3dbd Background Color

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

This div background color is #ad3dbd


#ad3dbd Border Color

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

This div border color is #ad3dbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad3dbd


Comments

No comments written yet.

Please login to write comment.