Color Hex Logo

#a08cbd Color Hex

#A08CBD
(160,140,189)
0 Favorites   0 Comments

Color spaces of #a08cbd

RGB 160140189
HSL0.730.270.65
HSV264°26°74°
CMYK 0.150.260.00   0.26
XYZ33.060629.903952.1737
Yxy29.90390.28710.2597
Hunter Lab54.684512.2180-18.2887
CIE-Lab61.571217.2779-22.7612

#a08cbd color RGB value is (160,140,189).

#a08cbd hex color red value is 160, green value is 140 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #a08cbd hue: 0.73 , saturation: 0.27 and the lightness value of a08cbd is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 10001100 10111101
Octal 240 214 275
Decimal 160 140 189
Hex A0 8C BD

RGB Percentages of Color #a08cbd

%32.72
%28.63
%38.65

CMYK Percentages of Color #a08cbd

%15
%26
%0
%26

Triadic Colors of #a08cbd

#a08cbd #bda08c #8cbda0

Analogous Colors of #a08cbd

#a08cbd #b98cbd #8c91bd

Monochromatic Colors of #a08cbd

#a08cbd

Complementary Color

#a08cbd #a9bd8c

#a08cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a08cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a08cbd Color CSS Codes

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

#a08cbd Text Font Color

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

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


#a08cbd Background Color

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

This div background color is #a08cbd


#a08cbd Border Color

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

This div border color is #a08cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a08cbd


Comments

No comments written yet.

Please login to write comment.