Color Hex Logo

#ad73da Color Hex

#AD73DA
(173,115,218)
0 Favorites   0 Comments

Color spaces of #ad73da

RGB 173115218
HSL0.760.580.65
HSV274°47°85°
CMYK 0.210.470.00   0.15
XYZ36.019226.207769.4898
Yxy26.20770.27350.1990
Hunter Lab51.193536.0023-44.6446
CIE-Lab58.233741.8550-44.2045

#ad73da color RGB value is (173,115,218).

#ad73da hex color red value is 173, green value is 115 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #ad73da hue: 0.76 , saturation: 0.58 and the lightness value of ad73da is 0.65.

The process color (four color CMYK) of #ad73da color hex is 0.21, 0.47, 0.00, 0.15. Web safe color of #ad73da is #9966cc. Color #ad73da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01110011 11011010
Octal 255 163 332
Decimal 173 115 218
Hex AD 73 DA

RGB Percentages of Color #ad73da

%34.19
%22.73
%43.08

CMYK Percentages of Color #ad73da

%21
%47
%0
%15

Triadic Colors of #ad73da

#ad73da #daad73 #73daad

Analogous Colors of #ad73da

#ad73da #da73d4 #7a73da

Monochromatic Colors of #ad73da

#ad73da

Complementary Color

#ad73da #a0da73

#ad73da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad73da Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad73da Color CSS Codes

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

#ad73da Text Font Color

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

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


#ad73da Background Color

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

This div background color is #ad73da


#ad73da Border Color

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

This div border color is #ad73da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad73da


Comments

No comments written yet.

Please login to write comment.