Color Hex Logo

#ad58db Color Hex

#AD58DB
(173,88,219)
0 Favorites   0 Comments

Color spaces of #ad58db

RGB 17388219
HSL0.770.650.60
HSV279°60°86°
CMYK 0.210.600.00   0.14
XYZ33.509520.978269.3009
Yxy20.97820.27070.1695
Hunter Lab45.802050.4402-57.6477
CIE-Lab52.925656.1278-53.2001

#ad58db color RGB value is (173,88,219).

#ad58db hex color red value is 173, green value is 88 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #ad58db hue: 0.77 , saturation: 0.65 and the lightness value of ad58db is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 01011000 11011011
Octal 255 130 333
Decimal 173 88 219
Hex AD 58 DB

RGB Percentages of Color #ad58db

%36.04
%18.33
%45.63

CMYK Percentages of Color #ad58db

%21
%60
%0
%14

Triadic Colors of #ad58db

#ad58db #dbad58 #58dbad

Analogous Colors of #ad58db

#ad58db #db58c8 #6c58db

Monochromatic Colors of #ad58db

#ad58db

Complementary Color

#ad58db #86db58

#ad58db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad58db Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad58db Color CSS Codes

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

#ad58db Text Font Color

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

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


#ad58db Background Color

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

This div background color is #ad58db


#ad58db Border Color

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

This div border color is #ad58db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad58db


Comments

No comments written yet.

Please login to write comment.