Color Hex Logo

#a05bcb Color Hex

#A05BCB
(160,91,203)
0 Favorites   0 Comments

Color spaces of #a05bcb

RGB 16091203
HSL0.770.520.58
HSV277°55°80°
CMYK 0.210.550.00   0.20
XYZ29.017819.267658.6895
Yxy19.26760.27130.1801
Hunter Lab43.894941.1858-48.5471
CIE-Lab50.998847.8879-47.2507

#a05bcb color RGB value is (160,91,203).

#a05bcb hex color red value is 160, green value is 91 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #a05bcb hue: 0.77 , saturation: 0.52 and the lightness value of a05bcb is 0.58.

The process color (four color CMYK) of #a05bcb color hex is 0.21, 0.55, 0.00, 0.20. Web safe color of #a05bcb is #9966cc. Color #a05bcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01011011 11001011
Octal 240 133 313
Decimal 160 91 203
Hex A0 5B CB

RGB Percentages of Color #a05bcb

%35.24
%20.04
%44.71

CMYK Percentages of Color #a05bcb

%21
%55
%0
%20

Triadic Colors of #a05bcb

#a05bcb #cba05b #5bcba0

Analogous Colors of #a05bcb

#a05bcb #cb5bbe #685bcb

Monochromatic Colors of #a05bcb

#a05bcb

Complementary Color

#a05bcb #86cb5b

#a05bcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a05bcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a05bcb Color CSS Codes

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

#a05bcb Text Font Color

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

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


#a05bcb Background Color

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

This div background color is #a05bcb


#a05bcb Border Color

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

This div border color is #a05bcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a05bcb


Comments

No comments written yet.

Please login to write comment.