Color Hex Logo

#a097ea Color Hex

#A097EA
(160,151,234)
0 Favorites   0 Comments

Color spaces of #a097ea

RGB 160151234
HSL0.680.660.75
HSV247°35°92°
CMYK 0.320.350.00   0.08
XYZ40.415135.547382.5731
Yxy35.54730.25490.2242
Hunter Lab59.621616.6604-40.3788
CIE-Lab66.172621.7940-40.7083

#a097ea color RGB value is (160,151,234).

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

The process color (four color CMYK) of #a097ea color hex is 0.32, 0.35, 0.00, 0.08. Web safe color of #a097ea is #9999ff. Color #a097ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 10010111 11101010
Octal 240 227 352
Decimal 160 151 234
Hex A0 97 EA

RGB Percentages of Color #a097ea

%29.36
%27.71
%42.94

CMYK Percentages of Color #a097ea

%32
%35
%0
%8

Triadic Colors of #a097ea

#a097ea #eaa097 #97eaa0

Analogous Colors of #a097ea

#a097ea #ca97ea #97b8ea

Monochromatic Colors of #a097ea

#a097ea

Complementary Color

#a097ea #e1ea97

#a097ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a097ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#a097ea Color CSS Codes

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

#a097ea Text Font Color

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

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


#a097ea Background Color

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

This div background color is #a097ea


#a097ea Border Color

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

This div border color is #a097ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a097ea


Comments

No comments written yet.

Please login to write comment.