Color Hex Logo

#a533ea Color Hex

#A533EA
(165,51,234)
0 Favorites   0 Comments

Color spaces of #a533ea

RGB 16551234
HSL0.770.810.56
HSV277°78°92°
CMYK 0.290.780.00   0.08
XYZ31.552216.307579.3266
Yxy16.30750.24810.1282
Hunter Lab40.382568.7984-88.2002
CIE-Lab47.375473.0357-70.6950

#a533ea color RGB value is (165,51,234).

#a533ea hex color red value is 165, green value is 51 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #a533ea hue: 0.77 , saturation: 0.81 and the lightness value of a533ea is 0.56.

The process color (four color CMYK) of #a533ea color hex is 0.29, 0.78, 0.00, 0.08. Web safe color of #a533ea is #9933ff. Color #a533ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 00110011 11101010
Octal 245 63 352
Decimal 165 51 234
Hex A5 33 EA

RGB Percentages of Color #a533ea

%36.67
%11.33
%52.00

CMYK Percentages of Color #a533ea

%29
%78
%0
%8

Triadic Colors of #a533ea

#a533ea #eaa533 #33eaa5

Analogous Colors of #a533ea

#a533ea #ea33d4 #4a33ea

Monochromatic Colors of #a533ea

#a533ea

Complementary Color

#a533ea #78ea33

#a533ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a533ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#a533ea Color CSS Codes

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

#a533ea Text Font Color

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

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


#a533ea Background Color

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

This div background color is #a533ea


#a533ea Border Color

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

This div border color is #a533ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a533ea


Comments

No comments written yet.

Please login to write comment.