Color Hex Logo

#a063cb Color Hex

#A063CB
(160,99,203)
0 Favorites   0 Comments

Color spaces of #a063cb

RGB 16099203
HSL0.760.500.59
HSV275°51°80°
CMYK 0.210.510.00   0.20
XYZ29.738520.709158.9298
Yxy20.70910.27190.1893
Hunter Lab45.507337.0101-44.9227
CIE-Lab52.629643.6230-44.6608

#a063cb color RGB value is (160,99,203).

#a063cb hex color red value is 160, green value is 99 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #a063cb hue: 0.76 , saturation: 0.50 and the lightness value of a063cb is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 01100011 11001011
Octal 240 143 313
Decimal 160 99 203
Hex A0 63 CB

RGB Percentages of Color #a063cb

%34.63
%21.43
%43.94

CMYK Percentages of Color #a063cb

%21
%51
%0
%20

Triadic Colors of #a063cb

#a063cb #cba063 #63cba0

Analogous Colors of #a063cb

#a063cb #cb63c2 #6c63cb

Monochromatic Colors of #a063cb

#a063cb

Complementary Color

#a063cb #8ecb63

#a063cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a063cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a063cb Color CSS Codes

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

#a063cb Text Font Color

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

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


#a063cb Background Color

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

This div background color is #a063cb


#a063cb Border Color

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

This div border color is #a063cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a063cb


Comments

No comments written yet.

Please login to write comment.