Color Hex Logo

#ad6aca Color Hex

#AD6ACA
(173,106,202)
0 Favorites   0 Comments

Color spaces of #ad6aca

RGB 173106202
HSL0.780.480.60
HSV282°48°79°
CMYK 0.140.480.00   0.21
XYZ33.048323.456658.6629
Yxy23.45660.28700.2037
Hunter Lab48.432037.0461-37.9121
CIE-Lab55.539643.2328-39.3972

#ad6aca color RGB value is (173,106,202).

#ad6aca hex color red value is 173, green value is 106 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #ad6aca hue: 0.78 , saturation: 0.48 and the lightness value of ad6aca is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 01101010 11001010
Octal 255 152 312
Decimal 173 106 202
Hex AD 6A CA

RGB Percentages of Color #ad6aca

%35.97
%22.04
%42.00

CMYK Percentages of Color #ad6aca

%14
%48
%0
%21

Triadic Colors of #ad6aca

#ad6aca #caad6a #6acaad

Analogous Colors of #ad6aca

#ad6aca #ca6ab7 #7d6aca

Monochromatic Colors of #ad6aca

#ad6aca

Complementary Color

#ad6aca #87ca6a

#ad6aca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad6aca Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad6aca Color CSS Codes

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

#ad6aca Text Font Color

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

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


#ad6aca Background Color

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

This div background color is #ad6aca


#ad6aca Border Color

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

This div border color is #ad6aca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad6aca


Comments

No comments written yet.

Please login to write comment.