Color Hex Logo

#a533fa Color Hex

#A533FA
(165,51,250)
0 Favorites   0 Comments

Color spaces of #a533fa

RGB 16551250
HSL0.760.950.59
HSV274°80°98°
CMYK 0.340.800.00   0.02
XYZ33.956217.269191.9861
Yxy17.26910.23710.1206
Hunter Lab41.556173.1322-102.1515
CIE-Lab48.597376.3469-77.6930

#a533fa color RGB value is (165,51,250).

#a533fa hex color red value is 165, green value is 51 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #a533fa hue: 0.76 , saturation: 0.95 and the lightness value of a533fa is 0.59.

The process color (four color CMYK) of #a533fa color hex is 0.34, 0.80, 0.00, 0.02. Web safe color of #a533fa is #9933ff. Color #a533fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 00110011 11111010
Octal 245 63 372
Decimal 165 51 250
Hex A5 33 FA

RGB Percentages of Color #a533fa

%35.41
%10.94
%53.65

CMYK Percentages of Color #a533fa

%34
%80
%0
%2

Triadic Colors of #a533fa

#a533fa #faa533 #33faa5

Analogous Colors of #a533fa

#a533fa #fa33ec #4133fa

Monochromatic Colors of #a533fa

#a533fa

Complementary Color

#a533fa #88fa33

#a533fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a533fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a533fa Color CSS Codes

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

#a533fa Text Font Color

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

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


#a533fa Background Color

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

This div background color is #a533fa


#a533fa Border Color

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

This div border color is #a533fa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(165,51,250, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a533fa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a533fa;
  -webkit-box-shadow: 1px 1px 3px 2px #a533fa;
  box-shadow:         1px 1px 3px 2px #a533fa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(165,51,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a533fa

Related Colors


Comments

No comments written yet.

Please login to write comment.