Color Hex Logo

#ad98dc Color Hex

#AD98DC
(173,152,220)
0 Favorites   0 Comments

Color spaces of #ad98dc

RGB 173152220
HSL0.720.490.73
HSV259°31°86°
CMYK 0.210.310.00   0.14
XYZ41.380136.508072.5759
Yxy36.50800.27500.2426
Hunter Lab60.421916.5081-28.9211
CIE-Lab66.906321.6005-31.7640

#ad98dc color RGB value is (173,152,220).

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

The process color (four color CMYK) of #ad98dc color hex is 0.21, 0.31, 0.00, 0.14. Web safe color of #ad98dc is #9999cc. Color #ad98dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10011000 11011100
Octal 255 230 334
Decimal 173 152 220
Hex AD 98 DC

RGB Percentages of Color #ad98dc

%31.74
%27.89
%40.37

CMYK Percentages of Color #ad98dc

%21
%31
%0
%14

Triadic Colors of #ad98dc

#ad98dc #dcad98 #98dcad

Analogous Colors of #ad98dc

#ad98dc #cf98dc #98a5dc

Monochromatic Colors of #ad98dc

#ad98dc

Complementary Color

#ad98dc #c7dc98

#ad98dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad98dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad98dc Color CSS Codes

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

#ad98dc Text Font Color

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

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


#ad98dc Background Color

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

This div background color is #ad98dc


#ad98dc Border Color

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

This div border color is #ad98dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad98dc


Comments

No comments written yet.

Please login to write comment.