Color Hex Logo

#533baa Color Hex

#533BAA
(83,59,170)
0 Favorites   0 Comments

Color spaces of #533baa

RGB 8359170
HSL0.700.480.45
HSV253°65°67°
CMYK 0.510.650.00   0.33
XYZ12.38697.869238.8963
Yxy7.86920.20940.1330
Hunter Lab28.052129.7287-62.5735
CIE-Lab33.709039.2372-56.2048

#533baa color RGB value is (83,59,170).

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

The process color (four color CMYK) of #533baa color hex is 0.51, 0.65, 0.00, 0.33. Web safe color of #533baa is #663399. Color #533baa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00111011 10101010
Octal 123 73 252
Decimal 83 59 170
Hex 53 3B AA

RGB Percentages of Color #533baa

%26.60
%18.91
%54.49

CMYK Percentages of Color #533baa

%51
%65
%0
%33

Triadic Colors of #533baa

#533baa #aa533b #3baa53

Analogous Colors of #533baa

#533baa #8b3baa #3b5baa

Monochromatic Colors of #533baa

#533baa

Complementary Color

#533baa #92aa3b

#533baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#533baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#533baa Color CSS Codes

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

#533baa Text Font Color

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

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


#533baa Background Color

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

This div background color is #533baa


#533baa Border Color

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

This div border color is #533baa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #533baa


Comments

No comments written yet.

Please login to write comment.