Color Hex Logo

#ad92cc Color Hex

#AD92CC
(173,146,204)
0 Favorites   0 Comments

Color spaces of #ad92cc

RGB 173146204
HSL0.740.360.69
HSV268°28°80°
CMYK 0.150.280.00   0.20
XYZ38.411533.801661.6266
Yxy33.80160.28700.2526
Hunter Lab58.139116.1883-22.1491
CIE-Lab64.804821.3707-26.1184

#ad92cc color RGB value is (173,146,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10010010 11001100
Octal 255 222 314
Decimal 173 146 204
Hex AD 92 CC

RGB Percentages of Color #ad92cc

%33.08
%27.92
%39.01

CMYK Percentages of Color #ad92cc

%15
%28
%0
%20

Triadic Colors of #ad92cc

#ad92cc #ccad92 #92ccad

Analogous Colors of #ad92cc

#ad92cc #ca92cc #9294cc

Monochromatic Colors of #ad92cc

#ad92cc

Complementary Color

#ad92cc #b1cc92

#ad92cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad92cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad92cc Color CSS Codes

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

#ad92cc Text Font Color

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

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


#ad92cc Background Color

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

This div background color is #ad92cc


#ad92cc Border Color

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

This div border color is #ad92cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad92cc


Comments

No comments written yet.

Please login to write comment.