Color Hex Logo

#a33bae Color Hex

#A33BAE
(163,59,174)
0 Favorites   0 Comments

Color spaces of #a33bae

RGB 16359174
HSL0.820.490.46
HSV294°66°68°
CMYK 0.060.660.00   0.32
XYZ24.308213.970541.4598
Yxy13.97050.30480.1752
Hunter Lab37.377150.6774-39.6022
CIE-Lab44.190657.9343-41.1845

#a33bae color RGB value is (163,59,174).

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

The process color (four color CMYK) of #a33bae color hex is 0.06, 0.66, 0.00, 0.32. Web safe color of #a33bae is #993399. Color #a33bae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 00111011 10101110
Octal 243 73 256
Decimal 163 59 174
Hex A3 3B AE

RGB Percentages of Color #a33bae

%41.16
%14.90
%43.94

CMYK Percentages of Color #a33bae

%6
%66
%0
%32

Triadic Colors of #a33bae

#a33bae #aea33b #3baea3

Analogous Colors of #a33bae

#a33bae #ae3b80 #6a3bae

Monochromatic Colors of #a33bae

#a33bae

Complementary Color

#a33bae #46ae3b

#a33bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a33bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#a33bae Color CSS Codes

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

#a33bae Text Font Color

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

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


#a33bae Background Color

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

This div background color is #a33bae


#a33bae Border Color

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

This div border color is #a33bae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a33bae


Comments

No comments written yet.

Please login to write comment.