Color Hex Logo

#ad84da Color Hex

#AD84DA
(173,132,218)
0 Favorites   0 Comments

Color spaces of #ad84da

RGB 173132218
HSL0.750.540.69
HSV269°39°85°
CMYK 0.210.390.00   0.15
XYZ38.139730.448770.1967
Yxy30.44870.27480.2194
Hunter Lab55.180326.8105-36.7985
CIE-Lab62.039532.4163-38.2247

#ad84da color RGB value is (173,132,218).

#ad84da hex color red value is 173, green value is 132 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #ad84da hue: 0.75 , saturation: 0.54 and the lightness value of ad84da is 0.69.

The process color (four color CMYK) of #ad84da color hex is 0.21, 0.39, 0.00, 0.15. Web safe color of #ad84da is #9999cc. Color #ad84da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10000100 11011010
Octal 255 204 332
Decimal 173 132 218
Hex AD 84 DA

RGB Percentages of Color #ad84da

%33.08
%25.24
%41.68

CMYK Percentages of Color #ad84da

%21
%39
%0
%15

Triadic Colors of #ad84da

#ad84da #daad84 #84daad

Analogous Colors of #ad84da

#ad84da #d884da #8486da

Monochromatic Colors of #ad84da

#ad84da

Complementary Color

#ad84da #b1da84

#ad84da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad84da Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad84da Color CSS Codes

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

#ad84da Text Font Color

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

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


#ad84da Background Color

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

This div background color is #ad84da


#ad84da Border Color

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

This div border color is #ad84da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad84da


Comments

No comments written yet.

Please login to write comment.