Color Hex Logo

#a33ada Color Hex

#A33ADA
(163,58,218)
0 Favorites   0 Comments

Color spaces of #a33ada

RGB 16358218
HSL0.780.680.54
HSV279°73°85°
CMYK 0.250.730.00   0.15
XYZ29.272215.874667.8510
Yxy15.87460.25910.1405
Hunter Lab39.842961.4170-73.0785
CIE-Lab46.809566.9262-62.5369

#a33ada color RGB value is (163,58,218).

#a33ada hex color red value is 163, green value is 58 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #a33ada hue: 0.78 , saturation: 0.68 and the lightness value of a33ada is 0.54.

The process color (four color CMYK) of #a33ada color hex is 0.25, 0.73, 0.00, 0.15. Web safe color of #a33ada is #9933cc. Color #a33ada contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 00111010 11011010
Octal 243 72 332
Decimal 163 58 218
Hex A3 3A DA

RGB Percentages of Color #a33ada

%37.13
%13.21
%49.66

CMYK Percentages of Color #a33ada

%25
%73
%0
%15

Triadic Colors of #a33ada

#a33ada #daa33a #3adaa3

Analogous Colors of #a33ada

#a33ada #da3ac1 #533ada

Monochromatic Colors of #a33ada

#a33ada

Complementary Color

#a33ada #71da3a

#a33ada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a33ada Color Preview on White Background

Lorem ipsum dolor sit amet.

#a33ada Color CSS Codes

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

#a33ada Text Font Color

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

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


#a33ada Background Color

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

This div background color is #a33ada


#a33ada Border Color

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

This div border color is #a33ada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a33ada


Comments

No comments written yet.

Please login to write comment.