Color Hex Logo

#ad43db Color Hex

#AD43DB
(173,67,219)
0 Favorites   0 Comments

Color spaces of #ad43db

RGB 17367219
HSL0.780.680.56
HSV282°69°86°
CMYK 0.210.690.00   0.14
XYZ32.026918.013068.8067
Yxy18.01300.26950.1516
Hunter Lab42.441760.4247-66.4120
CIE-Lab49.511965.5541-58.6760

#ad43db color RGB value is (173,67,219).

#ad43db hex color red value is 173, green value is 67 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #ad43db hue: 0.78 , saturation: 0.68 and the lightness value of ad43db is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 01000011 11011011
Octal 255 103 333
Decimal 173 67 219
Hex AD 43 DB

RGB Percentages of Color #ad43db

%37.69
%14.60
%47.71

CMYK Percentages of Color #ad43db

%21
%69
%0
%14

Triadic Colors of #ad43db

#ad43db #dbad43 #43dbad

Analogous Colors of #ad43db

#ad43db #db43bd #6143db

Monochromatic Colors of #ad43db

#ad43db

Complementary Color

#ad43db #71db43

#ad43db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad43db Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad43db Color CSS Codes

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

#ad43db Text Font Color

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

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


#ad43db Background Color

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

This div background color is #ad43db


#ad43db Border Color

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

This div border color is #ad43db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad43db


Comments

No comments written yet.

Please login to write comment.