Color Hex Logo

#a097bb Color Hex

#A097BB
(160,151,187)
0 Favorites   0 Comments

Color spaces of #a097bb

RGB 160151187
HSL0.710.210.66
HSV255°19°73°
CMYK 0.140.190.00   0.27
XYZ34.533533.194751.6008
Yxy33.19470.28940.2782
Hunter Lab57.61486.1643-12.7707
CIE-Lab64.318310.5836-17.4499

#a097bb color RGB value is (160,151,187).

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

The process color (four color CMYK) of #a097bb color hex is 0.14, 0.19, 0.00, 0.27. Web safe color of #a097bb is #9999cc. Color #a097bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 10010111 10111011
Octal 240 227 273
Decimal 160 151 187
Hex A0 97 BB

RGB Percentages of Color #a097bb

%32.13
%30.32
%37.55

CMYK Percentages of Color #a097bb

%14
%19
%0
%27

Triadic Colors of #a097bb

#a097bb #bba097 #97bba0

Analogous Colors of #a097bb

#a097bb #b297bb #97a0bb

Monochromatic Colors of #a097bb

#a097bb

Complementary Color

#a097bb #b2bb97

#a097bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a097bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a097bb Color CSS Codes

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

#a097bb Text Font Color

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

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


#a097bb Background Color

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

This div background color is #a097bb


#a097bb Border Color

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

This div border color is #a097bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a097bb


Comments

No comments written yet.

Please login to write comment.