Color Hex Logo

#ad91cb Color Hex

#AD91CB
(173,145,203)
0 Favorites   0 Comments

Color spaces of #ad91cb

RGB 173145203
HSL0.750.360.68
HSV269°29°80°
CMYK 0.150.290.00   0.20
XYZ38.138533.446860.9457
Yxy33.44680.28780.2524
Hunter Lab57.833216.5049-21.9976
CIE-Lab64.521121.7158-25.9960

#ad91cb color RGB value is (173,145,203).

#ad91cb hex color red value is 173, green value is 145 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #ad91cb hue: 0.75 , saturation: 0.36 and the lightness value of ad91cb is 0.68.

The process color (four color CMYK) of #ad91cb color hex is 0.15, 0.29, 0.00, 0.20. Web safe color of #ad91cb is #9999cc. Color #ad91cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10010001 11001011
Octal 255 221 313
Decimal 173 145 203
Hex AD 91 CB

RGB Percentages of Color #ad91cb

%33.21
%27.83
%38.96

CMYK Percentages of Color #ad91cb

%15
%29
%0
%20

Triadic Colors of #ad91cb

#ad91cb #cbad91 #91cbad

Analogous Colors of #ad91cb

#ad91cb #ca91cb #9192cb

Monochromatic Colors of #ad91cb

#ad91cb

Complementary Color

#ad91cb #afcb91

#ad91cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad91cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad91cb Color CSS Codes

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

#ad91cb Text Font Color

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

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


#ad91cb Background Color

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

This div background color is #ad91cb


#ad91cb Border Color

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

This div border color is #ad91cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad91cb


Comments

No comments written yet.

Please login to write comment.