Color Hex Logo

#a08bcb Color Hex

#A08BCB
(160,139,203)
0 Favorites   0 Comments

Color spaces of #a08bcb

RGB 160139203
HSL0.720.380.67
HSV260°32°80°
CMYK 0.210.320.00   0.20
XYZ34.509330.250660.5200
Yxy30.25060.27550.2415
Hunter Lab55.000515.7463-26.7395
CIE-Lab61.869821.0537-30.1825

#a08bcb color RGB value is (160,139,203).

#a08bcb hex color red value is 160, green value is 139 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #a08bcb hue: 0.72 , saturation: 0.38 and the lightness value of a08bcb is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 10001011 11001011
Octal 240 213 313
Decimal 160 139 203
Hex A0 8B CB

RGB Percentages of Color #a08bcb

%31.87
%27.69
%40.44

CMYK Percentages of Color #a08bcb

%21
%32
%0
%20

Triadic Colors of #a08bcb

#a08bcb #cba08b #8bcba0

Analogous Colors of #a08bcb

#a08bcb #c08bcb #8b96cb

Monochromatic Colors of #a08bcb

#a08bcb

Complementary Color

#a08bcb #b6cb8b

#a08bcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a08bcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a08bcb Color CSS Codes

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

#a08bcb Text Font Color

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

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


#a08bcb Background Color

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

This div background color is #a08bcb


#a08bcb Border Color

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

This div border color is #a08bcb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(160,139,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 #a08bcb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a08bcb


Comments

No comments written yet.

Please login to write comment.