Color Hex Logo

#a33abd Color Hex

#A33ABD
(163,58,189)
0 Favorites   0 Comments

Color spaces of #a33abd

RGB 16358189
HSL0.800.530.48
HSV288°69°74°
CMYK 0.140.690.00   0.26
XYZ25.802614.486849.5804
Yxy14.48680.28710.1612
Hunter Lab38.061554.4007-50.5903
CIE-Lab44.923161.1518-48.8275

#a33abd color RGB value is (163,58,189).

#a33abd hex color red value is 163, green value is 58 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #a33abd hue: 0.80 , saturation: 0.53 and the lightness value of a33abd is 0.48.

The process color (four color CMYK) of #a33abd color hex is 0.14, 0.69, 0.00, 0.26. Web safe color of #a33abd is #9933cc. Color #a33abd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 00111010 10111101
Octal 243 72 275
Decimal 163 58 189
Hex A3 3A BD

RGB Percentages of Color #a33abd

%39.76
%14.15
%46.10

CMYK Percentages of Color #a33abd

%14
%69
%0
%26

Triadic Colors of #a33abd

#a33abd #bda33a #3abda3

Analogous Colors of #a33abd

#a33abd #bd3a96 #623abd

Monochromatic Colors of #a33abd

#a33abd

Complementary Color

#a33abd #54bd3a

#a33abd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a33abd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a33abd Color CSS Codes

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

#a33abd Text Font Color

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

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


#a33abd Background Color

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

This div background color is #a33abd


#a33abd Border Color

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

This div border color is #a33abd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(163,58,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #a33abd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a33abd


Comments

No comments written yet.

Please login to write comment.