Color Hex Logo

#a33eab Color Hex

#A33EAB
(163,62,171)
0 Favorites   0 Comments

Color spaces of #a33eab

RGB 16362171
HSL0.820.470.46
HSV296°64°67°
CMYK 0.050.640.00   0.33
XYZ24.177614.172139.9893
Yxy14.17210.30860.1809
Hunter Lab37.645848.7593-36.6287
CIE-Lab44.478756.1229-38.9532

#a33eab color RGB value is (163,62,171).

#a33eab hex color red value is 163, green value is 62 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #a33eab hue: 0.82 , saturation: 0.47 and the lightness value of a33eab is 0.46.

The process color (four color CMYK) of #a33eab color hex is 0.05, 0.64, 0.00, 0.33. Web safe color of #a33eab is #993399. Color #a33eab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 00111110 10101011
Octal 243 76 253
Decimal 163 62 171
Hex A3 3E AB

RGB Percentages of Color #a33eab

%41.16
%15.66
%43.18

CMYK Percentages of Color #a33eab

%5
%64
%0
%33

Triadic Colors of #a33eab

#a33eab #aba33e #3eaba3

Analogous Colors of #a33eab

#a33eab #ab3e7d #6d3eab

Monochromatic Colors of #a33eab

#a33eab

Complementary Color

#a33eab #46ab3e

#a33eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a33eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#a33eab Color CSS Codes

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

#a33eab Text Font Color

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

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


#a33eab Background Color

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

This div background color is #a33eab


#a33eab Border Color

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

This div border color is #a33eab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a33eab


Comments

No comments written yet.

Please login to write comment.