Color Hex Logo

#ad91ce Color Hex

#AD91CE
(173,145,206)
0 Favorites   0 Comments

Color spaces of #ad91ce

RGB 173145206
HSL0.740.380.69
HSV268°30°81°
CMYK 0.160.300.00   0.19
XYZ38.499633.591362.8471
Yxy33.59130.28530.2489
Hunter Lab57.958017.1452-23.7209
CIE-Lab64.636922.3770-27.4930

#ad91ce color RGB value is (173,145,206).

#ad91ce hex color red value is 173, green value is 145 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #ad91ce hue: 0.74 , saturation: 0.38 and the lightness value of ad91ce is 0.69.

The process color (four color CMYK) of #ad91ce color hex is 0.16, 0.30, 0.00, 0.19. Web safe color of #ad91ce is #9999cc. Color #ad91ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10010001 11001110
Octal 255 221 316
Decimal 173 145 206
Hex AD 91 CE

RGB Percentages of Color #ad91ce

%33.02
%27.67
%39.31

CMYK Percentages of Color #ad91ce

%16
%30
%0
%19

Triadic Colors of #ad91ce

#ad91ce #cead91 #91cead

Analogous Colors of #ad91ce

#ad91ce #cc91ce #9194ce

Monochromatic Colors of #ad91ce

#ad91ce

Complementary Color

#ad91ce #b2ce91

#ad91ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad91ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad91ce Color CSS Codes

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

#ad91ce Text Font Color

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

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


#ad91ce Background Color

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

This div background color is #ad91ce


#ad91ce Border Color

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

This div border color is #ad91ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad91ce


Comments

No comments written yet.

Please login to write comment.