Color Hex Logo

#a03bcb Color Hex

#A03BCB
(160,59,203)
0 Favorites   0 Comments

Color spaces of #a03bcb

RGB 16059203
HSL0.780.580.51
HSV282°71°80°
CMYK 0.210.710.00   0.20
XYZ26.840714.913357.9638
Yxy14.91330.26920.1496
Hunter Lab38.617756.4828-61.9597
CIE-Lab45.515262.8844-56.0315

#a03bcb color RGB value is (160,59,203).

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

The process color (four color CMYK) of #a03bcb color hex is 0.21, 0.71, 0.00, 0.20. Web safe color of #a03bcb is #9933cc. Color #a03bcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 00111011 11001011
Octal 240 73 313
Decimal 160 59 203
Hex A0 3B CB

RGB Percentages of Color #a03bcb

%37.91
%13.98
%48.10

CMYK Percentages of Color #a03bcb

%21
%71
%0
%20

Triadic Colors of #a03bcb

#a03bcb #cba03b #3bcba0

Analogous Colors of #a03bcb

#a03bcb #cb3bae #583bcb

Monochromatic Colors of #a03bcb

#a03bcb

Complementary Color

#a03bcb #66cb3b

#a03bcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a03bcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a03bcb Color CSS Codes

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

#a03bcb Text Font Color

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

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


#a03bcb Background Color

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

This div background color is #a03bcb


#a03bcb Border Color

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

This div border color is #a03bcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a03bcb


Comments

No comments written yet.

Please login to write comment.