Color Hex Logo

#a533ff Color Hex

#A533FF
(165,51,255)
0 Favorites   0 Comments

Color spaces of #a533ff

RGB 16551255
HSL0.761.000.60
HSV274°80°100°
CMYK 0.350.800.00   0.00
XYZ34.750917.587096.1708
Yxy17.58700.23400.1184
Hunter Lab41.936974.5242-106.6097
CIE-Lab48.991377.3951-79.8384

#a533ff color RGB value is (165,51,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 00110011 11111111
Octal 245 63 377
Decimal 165 51 255
Hex A5 33 FF

RGB Percentages of Color #a533ff

%35.03
%10.83
%54.14

CMYK Percentages of Color #a533ff

%35
%80
%0
%0

Triadic Colors of #a533ff

#a533ff #ffa533 #33ffa5

Analogous Colors of #a533ff

#a533ff #ff33f3 #3f33ff

Monochromatic Colors of #a533ff

#a533ff

Complementary Color

#a533ff #8dff33

#a533ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a533ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#a533ff Color CSS Codes

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

#a533ff Text Font Color

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

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


#a533ff Background Color

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

This div background color is #a533ff


#a533ff Border Color

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

This div border color is #a533ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a533ff


Comments

No comments written yet.

Please login to write comment.