Color Hex Logo

#a33aef Color Hex

#A33AEF
(163,58,239)
0 Favorites   0 Comments

Color spaces of #a33aef

RGB 16358239
HSL0.760.850.58
HSV275°76°94°
CMYK 0.320.760.00   0.06
XYZ32.197317.044683.2543
Yxy17.04460.24300.1286
Hunter Lab41.285166.9591-90.6629
CIE-Lab48.316271.3239-71.9954

#a33aef color RGB value is (163,58,239).

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

The process color (four color CMYK) of #a33aef color hex is 0.32, 0.76, 0.00, 0.06. Web safe color of #a33aef is #9933ff. Color #a33aef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 00111010 11101111
Octal 243 72 357
Decimal 163 58 239
Hex A3 3A EF

RGB Percentages of Color #a33aef

%35.43
%12.61
%51.96

CMYK Percentages of Color #a33aef

%32
%76
%0
%6

Triadic Colors of #a33aef

#a33aef #efa33a #3aefa3

Analogous Colors of #a33aef

#a33aef #ef3ae1 #493aef

Monochromatic Colors of #a33aef

#a33aef

Complementary Color

#a33aef #86ef3a

#a33aef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a33aef Color Preview on White Background

Lorem ipsum dolor sit amet.

#a33aef Color CSS Codes

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

#a33aef Text Font Color

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

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


#a33aef Background Color

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

This div background color is #a33aef


#a33aef Border Color

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

This div border color is #a33aef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a33aef


Comments

No comments written yet.

Please login to write comment.