Color Hex Logo

#533aad Color Hex

#533AAD
(83,58,173)
0 Favorites   0 Comments

Color spaces of #533aad

RGB 8358173
HSL0.700.500.45
HSV253°66°68°
CMYK 0.520.660.00   0.32
XYZ12.62327.882240.3913
Yxy7.88220.20730.1294
Hunter Lab28.075331.1255-65.6466
CIE-Lab33.736340.7211-57.9529

#533aad color RGB value is (83,58,173).

#533aad hex color red value is 83, green value is 58 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #533aad hue: 0.70 , saturation: 0.50 and the lightness value of 533aad is 0.45.

The process color (four color CMYK) of #533aad color hex is 0.52, 0.66, 0.00, 0.32. Web safe color of #533aad is #663399. Color #533aad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00111010 10101101
Octal 123 72 255
Decimal 83 58 173
Hex 53 3A AD

RGB Percentages of Color #533aad

%26.43
%18.47
%55.10

CMYK Percentages of Color #533aad

%52
%66
%0
%32

Triadic Colors of #533aad

#533aad #ad533a #3aad53

Analogous Colors of #533aad

#533aad #8d3aad #3a5bad

Monochromatic Colors of #533aad

#533aad

Complementary Color

#533aad #94ad3a

#533aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#533aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#533aad Color CSS Codes

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

#533aad Text Font Color

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

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


#533aad Background Color

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

This div background color is #533aad


#533aad Border Color

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

This div border color is #533aad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #533aad


Comments

No comments written yet.

Please login to write comment.