Color Hex Logo

#533b82 Color Hex

#533B82
(83,59,130)
0 Favorites   0 Comments

Color spaces of #533b82

RGB 8359130
HSL0.720.380.37
HSV260°55°51°
CMYK 0.360.550.00   0.49
XYZ9.16056.578621.9061
Yxy6.57860.24330.1748
Hunter Lab25.648818.8662-32.6842
CIE-Lab30.827727.4001-36.4547

#533b82 color RGB value is (83,59,130).

#533b82 hex color red value is 83, green value is 59 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #533b82 hue: 0.72 , saturation: 0.38 and the lightness value of 533b82 is 0.37.

The process color (four color CMYK) of #533b82 color hex is 0.36, 0.55, 0.00, 0.49. Web safe color of #533b82 is #663399. Color #533b82 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00111011 10000010
Octal 123 73 202
Decimal 83 59 130
Hex 53 3B 82

RGB Percentages of Color #533b82

%30.51
%21.69
%47.79

CMYK Percentages of Color #533b82

%36
%55
%0
%49

Triadic Colors of #533b82

#533b82 #82533b #3b8253

Analogous Colors of #533b82

#533b82 #773b82 #3b4782

Monochromatic Colors of #533b82

#533b82

Complementary Color

#533b82 #6a823b

#533b82 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#533b82 Color Preview on White Background

Lorem ipsum dolor sit amet.

#533b82 Color CSS Codes

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

#533b82 Text Font Color

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

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


#533b82 Background Color

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

This div background color is #533b82


#533b82 Border Color

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

This div border color is #533b82


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #533b82


Comments

No comments written yet.

Please login to write comment.