Color Hex Logo

#ad09da Color Hex

#AD09DA
(173,9,218)
0 Favorites   0 Comments

Color spaces of #ad09da

RGB 1739218
HSL0.800.920.45
HSV287°96°85°
CMYK 0.210.960.00   0.15
XYZ29.986214.141667.4788
Yxy14.14160.26870.1267
Hunter Lab37.605376.5253-80.0660
CIE-Lab44.435379.8832-66.3174

#ad09da color RGB value is (173,9,218).

#ad09da hex color red value is 173, green value is 9 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #ad09da hue: 0.80 , saturation: 0.92 and the lightness value of ad09da is 0.45.

The process color (four color CMYK) of #ad09da color hex is 0.21, 0.96, 0.00, 0.15. Web safe color of #ad09da is #9900cc. Color #ad09da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00001001 11011010
Octal 255 11 332
Decimal 173 9 218
Hex AD 9 DA

RGB Percentages of Color #ad09da

%43.25
%2.25
%54.50

CMYK Percentages of Color #ad09da

%21
%96
%0
%15

Triadic Colors of #ad09da

#ad09da #daad09 #09daad

Analogous Colors of #ad09da

#ad09da #da099f #4509da

Monochromatic Colors of #ad09da

#ad09da

Complementary Color

#ad09da #36da09

#ad09da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad09da Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad09da Color CSS Codes

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

#ad09da Text Font Color

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

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


#ad09da Background Color

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

This div background color is #ad09da


#ad09da Border Color

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

This div border color is #ad09da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad09da


Comments

No comments written yet.

Please login to write comment.