Color Hex Logo

#a997ef Color Hex

#A997EF
(169,151,239)
0 Favorites   0 Comments

Color spaces of #a997ef

RGB 169151239
HSL0.700.730.76
HSV252°37°94°
CMYK 0.290.370.00   0.06
XYZ43.008836.800286.4977
Yxy36.80020.25860.2213
Hunter Lab60.663220.3919-42.0755
CIE-Lab67.126925.5576-41.9079

#a997ef color RGB value is (169,151,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 10010111 11101111
Octal 251 227 357
Decimal 169 151 239
Hex A9 97 EF

RGB Percentages of Color #a997ef

%30.23
%27.01
%42.75

CMYK Percentages of Color #a997ef

%29
%37
%0
%6

Triadic Colors of #a997ef

#a997ef #efa997 #97efa9

Analogous Colors of #a997ef

#a997ef #d597ef #97b1ef

Monochromatic Colors of #a997ef

#a997ef

Complementary Color

#a997ef #ddef97

#a997ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a997ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#a997ef Color CSS Codes

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

#a997ef Text Font Color

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

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


#a997ef Background Color

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

This div background color is #a997ef


#a997ef Border Color

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

This div border color is #a997ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a997ef


Comments

No comments written yet.

Please login to write comment.