Color Hex Logo

#ad94cc Color Hex

#AD94CC
(173,148,204)
0 Favorites   0 Comments

Color spaces of #ad94cc

RGB 173148204
HSL0.740.350.69
HSV267°27°80°
CMYK 0.150.270.00   0.20
XYZ38.722634.423761.7303
Yxy34.42370.28710.2552
Hunter Lab58.671715.1323-21.3106
CIE-Lab65.297520.2423-25.3617

#ad94cc color RGB value is (173,148,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10010100 11001100
Octal 255 224 314
Decimal 173 148 204
Hex AD 94 CC

RGB Percentages of Color #ad94cc

%32.95
%28.19
%38.86

CMYK Percentages of Color #ad94cc

%15
%27
%0
%20

Triadic Colors of #ad94cc

#ad94cc #ccad94 #94ccad

Analogous Colors of #ad94cc

#ad94cc #c994cc #9497cc

Monochromatic Colors of #ad94cc

#ad94cc

Complementary Color

#ad94cc #b3cc94

#ad94cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad94cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad94cc Color CSS Codes

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

#ad94cc Text Font Color

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

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


#ad94cc Background Color

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

This div background color is #ad94cc


#ad94cc Border Color

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

This div border color is #ad94cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad94cc


Comments

No comments written yet.

Please login to write comment.