Color Hex Logo

#ad97ef Color Hex

#AD97EF
(173,151,239)
0 Favorites   0 Comments

Color spaces of #ad97ef

RGB 173151239
HSL0.710.730.76
HSV255°37°94°
CMYK 0.280.370.00   0.06
XYZ43.880237.249486.5385
Yxy37.24940.26170.2222
Hunter Lab61.032321.5291-41.3455
CIE-Lab67.463726.6808-41.3562

#ad97ef color RGB value is (173,151,239).

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

The process color (four color CMYK) of #ad97ef color hex is 0.28, 0.37, 0.00, 0.06. Web safe color of #ad97ef is #9999ff. Color #ad97ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10010111 11101111
Octal 255 227 357
Decimal 173 151 239
Hex AD 97 EF

RGB Percentages of Color #ad97ef

%30.73
%26.82
%42.45

CMYK Percentages of Color #ad97ef

%28
%37
%0
%6

Triadic Colors of #ad97ef

#ad97ef #efad97 #97efad

Analogous Colors of #ad97ef

#ad97ef #d997ef #97adef

Monochromatic Colors of #ad97ef

#ad97ef

Complementary Color

#ad97ef #d9ef97

#ad97ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad97ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad97ef Color CSS Codes

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

#ad97ef Text Font Color

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

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


#ad97ef Background Color

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

This div background color is #ad97ef


#ad97ef Border Color

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

This div border color is #ad97ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad97ef


Comments

No comments written yet.

Please login to write comment.