Color Hex Logo

#a09abc Color Hex

#A09ABC
(160,154,188)
0 Favorites   0 Comments

Color spaces of #a09abc

RGB 160154188
HSL0.700.200.67
HSV251°18°74°
CMYK 0.150.180.00   0.26
XYZ35.129934.215652.3297
Yxy34.21560.28870.2812
Hunter Lab58.49414.8374-12.0959
CIE-Lab65.13339.1124-16.7754

#a09abc color RGB value is (160,154,188).

#a09abc hex color red value is 160, green value is 154 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #a09abc hue: 0.70 , saturation: 0.20 and the lightness value of a09abc is 0.67.

The process color (four color CMYK) of #a09abc color hex is 0.15, 0.18, 0.00, 0.26. Web safe color of #a09abc is #9999cc. Color #a09abc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 10011010 10111100
Octal 240 232 274
Decimal 160 154 188
Hex A0 9A BC

RGB Percentages of Color #a09abc

%31.87
%30.68
%37.45

CMYK Percentages of Color #a09abc

%15
%18
%0
%26

Triadic Colors of #a09abc

#a09abc #bca09a #9abca0

Analogous Colors of #a09abc

#a09abc #b19abc #9aa5bc

Monochromatic Colors of #a09abc

#a09abc

Complementary Color

#a09abc #b6bc9a

#a09abc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a09abc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a09abc Color CSS Codes

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

#a09abc Text Font Color

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

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


#a09abc Background Color

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

This div background color is #a09abc


#a09abc Border Color

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

This div border color is #a09abc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a09abc


Comments

No comments written yet.

Please login to write comment.