Color Hex Logo

#a097eb Color Hex

#A097EB
(160,151,235)
0 Favorites   0 Comments

Color spaces of #a097eb

RGB 160151235
HSL0.680.680.76
HSV246°36°92°
CMYK 0.320.360.00   0.08
XYZ40.559235.605083.3320
Yxy35.60500.25430.2232
Hunter Lab59.669916.9087-41.0325
CIE-Lab66.217022.0488-41.1887

#a097eb color RGB value is (160,151,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 10010111 11101011
Octal 240 227 353
Decimal 160 151 235
Hex A0 97 EB

RGB Percentages of Color #a097eb

%29.30
%27.66
%43.04

CMYK Percentages of Color #a097eb

%32
%36
%0
%8

Triadic Colors of #a097eb

#a097eb #eba097 #97eba0

Analogous Colors of #a097eb

#a097eb #ca97eb #97b8eb

Monochromatic Colors of #a097eb

#a097eb

Complementary Color

#a097eb #e2eb97

#a097eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a097eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a097eb Color CSS Codes

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

#a097eb Text Font Color

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

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


#a097eb Background Color

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

This div background color is #a097eb


#a097eb Border Color

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

This div border color is #a097eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a097eb


Comments

No comments written yet.

Please login to write comment.