Color Hex Logo

#ad5cce Color Hex

#AD5CCE
(173,92,206)
0 Favorites   0 Comments

Color spaces of #ad5cce

RGB 17392206
HSL0.790.540.58
HSV283°55°81°
CMYK 0.160.550.00   0.19
XYZ32.201320.994860.7477
Yxy20.99480.28260.1843
Hunter Lab45.820145.2605-46.5319
CIE-Lab52.943851.3917-45.7782

#ad5cce color RGB value is (173,92,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 01011100 11001110
Octal 255 134 316
Decimal 173 92 206
Hex AD 5C CE

RGB Percentages of Color #ad5cce

%36.73
%19.53
%43.74

CMYK Percentages of Color #ad5cce

%16
%55
%0
%19

Triadic Colors of #ad5cce

#ad5cce #cead5c #5ccead

Analogous Colors of #ad5cce

#ad5cce #ce5cb6 #745cce

Monochromatic Colors of #ad5cce

#ad5cce

Complementary Color

#ad5cce #7dce5c

#ad5cce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad5cce Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad5cce Color CSS Codes

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

#ad5cce Text Font Color

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

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


#ad5cce Background Color

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

This div background color is #ad5cce


#ad5cce Border Color

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

This div border color is #ad5cce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad5cce


Comments

No comments written yet.

Please login to write comment.