Color Hex Logo

#a097cb Color Hex

#A097CB
(160,151,203)
0 Favorites   0 Comments

Color spaces of #a097cb

RGB 160151203
HSL0.700.330.69
HSV250°26°80°
CMYK 0.210.260.00   0.20
XYZ36.343333.918661.1314
Yxy33.91860.27660.2581
Hunter Lab58.23979.4699-21.4661
CIE-Lab64.897914.2119-25.5136

#a097cb color RGB value is (160,151,203).

#a097cb hex color red value is 160, green value is 151 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #a097cb hue: 0.70 , saturation: 0.33 and the lightness value of a097cb is 0.69.

The process color (four color CMYK) of #a097cb color hex is 0.21, 0.26, 0.00, 0.20. Web safe color of #a097cb is #9999cc. Color #a097cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 10010111 11001011
Octal 240 227 313
Decimal 160 151 203
Hex A0 97 CB

RGB Percentages of Color #a097cb

%31.13
%29.38
%39.49

CMYK Percentages of Color #a097cb

%21
%26
%0
%20

Triadic Colors of #a097cb

#a097cb #cba097 #97cba0

Analogous Colors of #a097cb

#a097cb #ba97cb #97a8cb

Monochromatic Colors of #a097cb

#a097cb

Complementary Color

#a097cb #c2cb97

#a097cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a097cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a097cb Color CSS Codes

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

#a097cb Text Font Color

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

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


#a097cb Background Color

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

This div background color is #a097cb


#a097cb Border Color

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

This div border color is #a097cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a097cb


Comments

No comments written yet.

Please login to write comment.