Color Hex Logo

#a097b0 Color Hex

#A097B0
(160,151,176)
0 Favorites   0 Comments

Color spaces of #a097b0

RGB 160151176
HSL0.730.140.64
HSV262°14°69°
CMYK 0.090.140.00   0.31
XYZ33.400332.741445.6336
Yxy32.74140.29880.2929
Hunter Lab57.22014.0582-7.2303
CIE-Lab63.95108.2206-11.8247

#a097b0 color RGB value is (160,151,176).

#a097b0 hex color red value is 160, green value is 151 and the blue value of its RGB is 176. Cylindrical-coordinate representations (also known as HSL) of color #a097b0 hue: 0.73 , saturation: 0.14 and the lightness value of a097b0 is 0.64.

The process color (four color CMYK) of #a097b0 color hex is 0.09, 0.14, 0.00, 0.31. Web safe color of #a097b0 is #999999. Color #a097b0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 10010111 10110000
Octal 240 227 260
Decimal 160 151 176
Hex A0 97 B0

RGB Percentages of Color #a097b0

%32.85
%31.01
%36.14

CMYK Percentages of Color #a097b0

%9
%14
%0
%31

Triadic Colors of #a097b0

#a097b0 #b0a097 #97b0a0

Analogous Colors of #a097b0

#a097b0 #ad97b0 #979bb0

Monochromatic Colors of #a097b0

#a097b0

Complementary Color

#a097b0 #a7b097

#a097b0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a097b0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a097b0 Color CSS Codes

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

#a097b0 Text Font Color

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

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


#a097b0 Background Color

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

This div background color is #a097b0


#a097b0 Border Color

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

This div border color is #a097b0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a097b0


Comments

No comments written yet.

Please login to write comment.