Color Hex Logo

#533aea Color Hex

#533AEA
(83,58,234)
0 Favorites   0 Comments

Color spaces of #533aea

RGB 8358234
HSL0.690.810.57
HSV249°75°92°
CMYK 0.650.750.00   0.08
XYZ19.931610.805678.8771
Yxy10.80560.18180.0986
Hunter Lab32.871950.7063-119.2579
CIE-Lab39.251158.9044-84.3618

#533aea color RGB value is (83,58,234).

#533aea hex color red value is 83, green value is 58 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #533aea hue: 0.69 , saturation: 0.81 and the lightness value of 533aea is 0.57.

The process color (four color CMYK) of #533aea color hex is 0.65, 0.75, 0.00, 0.08. Web safe color of #533aea is #6633ff. Color #533aea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00111010 11101010
Octal 123 72 352
Decimal 83 58 234
Hex 53 3A EA

RGB Percentages of Color #533aea

%22.13
%15.47
%62.40

CMYK Percentages of Color #533aea

%65
%75
%0
%8

Triadic Colors of #533aea

#533aea #ea533a #3aea53

Analogous Colors of #533aea

#533aea #ab3aea #3a79ea

Monochromatic Colors of #533aea

#533aea

Complementary Color

#533aea #d1ea3a

#533aea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#533aea Color Preview on White Background

Lorem ipsum dolor sit amet.

#533aea Color CSS Codes

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

#533aea Text Font Color

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

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


#533aea Background Color

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

This div background color is #533aea


#533aea Border Color

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

This div border color is #533aea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(83,58,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #533aea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #533aea;
  -webkit-box-shadow: 1px 1px 3px 2px #533aea;
  box-shadow:         1px 1px 3px 2px #533aea; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(83,58,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 #533aea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #533aea


Comments

No comments written yet.

Please login to write comment.