Color Hex Logo

#ad30db Color Hex

#AD30DB
(173,48,219)
0 Favorites   0 Comments

Color spaces of #ad30db

RGB 17348219
HSL0.790.700.52
HSV284°78°86°
CMYK 0.210.780.00   0.14
XYZ31.076716.112668.4900
Yxy16.11260.26860.1393
Hunter Lab40.140567.9485-73.0656
CIE-Lab47.121972.3804-62.5330

#ad30db color RGB value is (173,48,219).

#ad30db hex color red value is 173, green value is 48 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #ad30db hue: 0.79 , saturation: 0.70 and the lightness value of ad30db is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 00110000 11011011
Octal 255 60 333
Decimal 173 48 219
Hex AD 30 DB

RGB Percentages of Color #ad30db

%39.32
%10.91
%49.77

CMYK Percentages of Color #ad30db

%21
%78
%0
%14

Triadic Colors of #ad30db

#ad30db #dbad30 #30dbad

Analogous Colors of #ad30db

#ad30db #db30b4 #5730db

Monochromatic Colors of #ad30db

#ad30db

Complementary Color

#ad30db #5edb30

#ad30db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad30db Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad30db Color CSS Codes

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

#ad30db Text Font Color

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

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


#ad30db Background Color

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

This div background color is #ad30db


#ad30db Border Color

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

This div border color is #ad30db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad30db


Comments

No comments written yet.

Please login to write comment.