Color Hex Logo

#a097ee Color Hex

#A097EE
(160,151,238)
0 Favorites   0 Comments

Color spaces of #a097ee

RGB 160151238
HSL0.680.720.76
HSV246°37°93°
CMYK 0.330.370.00   0.07
XYZ40.996435.779885.6344
Yxy35.77980.25240.2203
Hunter Lab59.816217.6606-43.0097
CIE-Lab66.351322.8175-42.6267

#a097ee color RGB value is (160,151,238).

#a097ee hex color red value is 160, green value is 151 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #a097ee hue: 0.68 , saturation: 0.72 and the lightness value of a097ee is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 10010111 11101110
Octal 240 227 356
Decimal 160 151 238
Hex A0 97 EE

RGB Percentages of Color #a097ee

%29.14
%27.50
%43.35

CMYK Percentages of Color #a097ee

%33
%37
%0
%7

Triadic Colors of #a097ee

#a097ee #eea097 #97eea0

Analogous Colors of #a097ee

#a097ee #cc97ee #97baee

Monochromatic Colors of #a097ee

#a097ee

Complementary Color

#a097ee #e5ee97

#a097ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a097ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#a097ee Color CSS Codes

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

#a097ee Text Font Color

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

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


#a097ee Background Color

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

This div background color is #a097ee


#a097ee Border Color

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

This div border color is #a097ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a097ee


Comments

No comments written yet.

Please login to write comment.