Color Hex Logo

#ad97ed Color Hex

#AD97ED
(173,151,237)
0 Favorites   0 Comments

Color spaces of #ad97ed

RGB 173151237
HSL0.710.700.76
HSV255°36°93°
CMYK 0.270.360.00   0.07
XYZ43.586337.131984.9907
Yxy37.13190.26300.2241
Hunter Lab60.935921.0397-40.0398
CIE-Lab67.375926.1948-40.3965

#ad97ed color RGB value is (173,151,237).

#ad97ed hex color red value is 173, green value is 151 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #ad97ed hue: 0.71 , saturation: 0.70 and the lightness value of ad97ed is 0.76.

The process color (four color CMYK) of #ad97ed color hex is 0.27, 0.36, 0.00, 0.07. Web safe color of #ad97ed is #9999ff. Color #ad97ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10010111 11101101
Octal 255 227 355
Decimal 173 151 237
Hex AD 97 ED

RGB Percentages of Color #ad97ed

%30.84
%26.92
%42.25

CMYK Percentages of Color #ad97ed

%27
%36
%0
%7

Triadic Colors of #ad97ed

#ad97ed #edad97 #97edad

Analogous Colors of #ad97ed

#ad97ed #d897ed #97aced

Monochromatic Colors of #ad97ed

#ad97ed

Complementary Color

#ad97ed #d7ed97

#ad97ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad97ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad97ed Color CSS Codes

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

#ad97ed Text Font Color

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

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


#ad97ed Background Color

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

This div background color is #ad97ed


#ad97ed Border Color

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

This div border color is #ad97ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad97ed


Comments

No comments written yet.

Please login to write comment.