Color Hex Logo

#a33acb Color Hex

#A33ACB
(163,58,203)
0 Favorites   0 Comments

Color spaces of #a33acb

RGB 16358203
HSL0.790.580.51
HSV283°71°80°
CMYK 0.200.710.00   0.20
XYZ27.396815.124457.9752
Yxy15.12440.27260.1505
Hunter Lab38.890157.6897-61.1632
CIE-Lab45.804163.8892-55.5441

#a33acb color RGB value is (163,58,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 00111010 11001011
Octal 243 72 313
Decimal 163 58 203
Hex A3 3A CB

RGB Percentages of Color #a33acb

%38.44
%13.68
%47.88

CMYK Percentages of Color #a33acb

%20
%71
%0
%20

Triadic Colors of #a33acb

#a33acb #cba33a #3acba3

Analogous Colors of #a33acb

#a33acb #cb3aab #5a3acb

Monochromatic Colors of #a33acb

#a33acb

Complementary Color

#a33acb #62cb3a

#a33acb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a33acb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a33acb Color CSS Codes

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

#a33acb Text Font Color

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

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


#a33acb Background Color

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

This div background color is #a33acb


#a33acb Border Color

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

This div border color is #a33acb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a33acb


Comments

No comments written yet.

Please login to write comment.