Color Hex Logo

#ad5ace Color Hex

#AD5ACE
(173,90,206)
0 Favorites   0 Comments

Color spaces of #ad5ace

RGB 17390206
HSL0.790.540.58
HSV283°56°81°
CMYK 0.160.560.00   0.19
XYZ32.030320.652860.6907
Yxy20.65280.28250.1822
Hunter Lab45.445446.2791-47.3680
CIE-Lab52.567452.3961-46.3756

#ad5ace color RGB value is (173,90,206).

#ad5ace hex color red value is 173, green value is 90 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #ad5ace hue: 0.79 , saturation: 0.54 and the lightness value of ad5ace is 0.58.

The process color (four color CMYK) of #ad5ace color hex is 0.16, 0.56, 0.00, 0.19. Web safe color of #ad5ace is #9966cc. Color #ad5ace contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01011010 11001110
Octal 255 132 316
Decimal 173 90 206
Hex AD 5A CE

RGB Percentages of Color #ad5ace

%36.89
%19.19
%43.92

CMYK Percentages of Color #ad5ace

%16
%56
%0
%19

Triadic Colors of #ad5ace

#ad5ace #cead5a #5acead

Analogous Colors of #ad5ace

#ad5ace #ce5ab5 #735ace

Monochromatic Colors of #ad5ace

#ad5ace

Complementary Color

#ad5ace #7bce5a

#ad5ace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad5ace Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad5ace Color CSS Codes

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

#ad5ace Text Font Color

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

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


#ad5ace Background Color

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

This div background color is #ad5ace


#ad5ace Border Color

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

This div border color is #ad5ace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad5ace


Comments

No comments written yet.

Please login to write comment.