Color Hex Logo

#ad98cd Color Hex

#AD98CD
(173,152,205)
0 Favorites   0 Comments

Color spaces of #ad98cd

RGB 173152205
HSL0.730.350.70
HSV264°26°80°
CMYK 0.160.260.00   0.20
XYZ39.481335.748562.5769
Yxy35.74850.28650.2594
Hunter Lab59.790013.2367-20.2005
CIE-Lab66.327318.2086-24.3394

#ad98cd color RGB value is (173,152,205).

#ad98cd hex color red value is 173, green value is 152 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #ad98cd hue: 0.73 , saturation: 0.35 and the lightness value of ad98cd is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10011000 11001101
Octal 255 230 315
Decimal 173 152 205
Hex AD 98 CD

RGB Percentages of Color #ad98cd

%32.64
%28.68
%38.68

CMYK Percentages of Color #ad98cd

%16
%26
%0
%20

Triadic Colors of #ad98cd

#ad98cd #cdad98 #98cdad

Analogous Colors of #ad98cd

#ad98cd #c898cd #989ecd

Monochromatic Colors of #ad98cd

#ad98cd

Complementary Color

#ad98cd #b8cd98

#ad98cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad98cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad98cd Color CSS Codes

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

#ad98cd Text Font Color

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

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


#ad98cd Background Color

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

This div background color is #ad98cd


#ad98cd Border Color

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

This div border color is #ad98cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad98cd


Comments

No comments written yet.

Please login to write comment.