Color Hex Logo

#a197ef Color Hex

#A197EF
(161,151,239)
0 Favorites   0 Comments

Color spaces of #a197ef

RGB 161151239
HSL0.690.730.76
HSV247°37°94°
CMYK 0.330.370.00   0.06
XYZ41.344535.942386.4198
Yxy35.94230.25260.2196
Hunter Lab59.951918.1828-43.4994
CIE-Lab66.475823.3472-42.9748

#a197ef color RGB value is (161,151,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 10010111 11101111
Octal 241 227 357
Decimal 161 151 239
Hex A1 97 EF

RGB Percentages of Color #a197ef

%29.22
%27.40
%43.38

CMYK Percentages of Color #a197ef

%33
%37
%0
%6

Triadic Colors of #a197ef

#a197ef #efa197 #97efa1

Analogous Colors of #a197ef

#a197ef #cd97ef #97b9ef

Monochromatic Colors of #a197ef

#a197ef

Complementary Color

#a197ef #e5ef97

#a197ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a197ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#a197ef Color CSS Codes

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

#a197ef Text Font Color

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

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


#a197ef Background Color

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

This div background color is #a197ef


#a197ef Border Color

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

This div border color is #a197ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a197ef


Comments

No comments written yet.

Please login to write comment.