Color Hex Logo

#ad96cb Color Hex

#AD96CB
(173,150,203)
0 Favorites   0 Comments

Color spaces of #ad96cb

RGB 173150203
HSL0.740.340.69
HSV266°26°80°
CMYK 0.150.260.00   0.20
XYZ38.919435.008761.2060
Yxy35.00870.28800.2591
Hunter Lab59.168213.8688-19.9143
CIE-Lab65.755418.8953-24.1021

#ad96cb color RGB value is (173,150,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10010110 11001011
Octal 255 226 313
Decimal 173 150 203
Hex AD 96 CB

RGB Percentages of Color #ad96cb

%32.89
%28.52
%38.59

CMYK Percentages of Color #ad96cb

%15
%26
%0
%20

Triadic Colors of #ad96cb

#ad96cb #cbad96 #96cbad

Analogous Colors of #ad96cb

#ad96cb #c896cb #969acb

Monochromatic Colors of #ad96cb

#ad96cb

Complementary Color

#ad96cb #b4cb96

#ad96cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad96cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad96cb Color CSS Codes

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

#ad96cb Text Font Color

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

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


#ad96cb Background Color

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

This div background color is #ad96cb


#ad96cb Border Color

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

This div border color is #ad96cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad96cb


Comments

No comments written yet.

Please login to write comment.