Color Hex Logo

#a30acb Color Hex

#A30ACB
(163,10,203)
0 Favorites   0 Comments

Color spaces of #a30acb

RGB 16310203
HSL0.800.910.42
HSV288°95°80°
CMYK 0.200.950.00   0.20
XYZ25.992312.315457.5071
Yxy12.31540.27130.1285
Hunter Lab35.093370.7950-72.5927
CIE-Lab41.713175.7797-62.1601

#a30acb color RGB value is (163,10,203).

#a30acb hex color red value is 163, green value is 10 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #a30acb hue: 0.80 , saturation: 0.91 and the lightness value of a30acb is 0.42.

The process color (four color CMYK) of #a30acb color hex is 0.20, 0.95, 0.00, 0.20. Web safe color of #a30acb is #9900cc. Color #a30acb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 00001010 11001011
Octal 243 12 313
Decimal 163 10 203
Hex A3 A CB

RGB Percentages of Color #a30acb

%43.35
%2.66
%53.99

CMYK Percentages of Color #a30acb

%20
%95
%0
%20

Triadic Colors of #a30acb

#a30acb #cba30a #0acba3

Analogous Colors of #a30acb

#a30acb #cb0a93 #420acb

Monochromatic Colors of #a30acb

#a30acb

Complementary Color

#a30acb #32cb0a

#a30acb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a30acb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a30acb Color CSS Codes

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

#a30acb Text Font Color

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

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


#a30acb Background Color

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

This div background color is #a30acb


#a30acb Border Color

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

This div border color is #a30acb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a30acb


Comments

No comments written yet.

Please login to write comment.