Color Hex Logo

#a08bcc Color Hex

#A08BCC
(160,139,204)
0 Favorites   0 Comments

Color spaces of #a08bcc

RGB 160139204
HSL0.720.390.67
HSV259°32°80°
CMYK 0.220.320.00   0.20
XYZ34.628930.298561.1498
Yxy30.29850.27470.2403
Hunter Lab55.044115.9694-27.3359
CIE-Lab61.910921.2882-30.6801

#a08bcc color RGB value is (160,139,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 10001011 11001100
Octal 240 213 314
Decimal 160 139 204
Hex A0 8B CC

RGB Percentages of Color #a08bcc

%31.81
%27.63
%40.56

CMYK Percentages of Color #a08bcc

%22
%32
%0
%20

Triadic Colors of #a08bcc

#a08bcc #cca08b #8bcca0

Analogous Colors of #a08bcc

#a08bcc #c18bcc #8b97cc

Monochromatic Colors of #a08bcc

#a08bcc

Complementary Color

#a08bcc #b7cc8b

#a08bcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a08bcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a08bcc Color CSS Codes

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

#a08bcc Text Font Color

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

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


#a08bcc Background Color

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

This div background color is #a08bcc


#a08bcc Border Color

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

This div border color is #a08bcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a08bcc


Comments

No comments written yet.

Please login to write comment.