Color Hex Logo

#533184 Color Hex

#533184
(83,49,132)
0 Favorites   0 Comments

Color spaces of #533184

RGB 8349132
HSL0.730.460.35
HSV265°63°52°
CMYK 0.370.630.00   0.48
XYZ8.83045.701622.4649
Yxy5.70160.23870.1541
Hunter Lab23.878024.2251-39.0665
CIE-Lab28.646834.0130-41.2030

#533184 color RGB value is (83,49,132).

#533184 hex color red value is 83, green value is 49 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #533184 hue: 0.73 , saturation: 0.46 and the lightness value of 533184 is 0.35.

The process color (four color CMYK) of #533184 color hex is 0.37, 0.63, 0.00, 0.48. Web safe color of #533184 is #663399. Color #533184 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00110001 10000100
Octal 123 61 204
Decimal 83 49 132
Hex 53 31 84

RGB Percentages of Color #533184

%31.44
%18.56
%50.00

CMYK Percentages of Color #533184

%37
%63
%0
%48

Triadic Colors of #533184

#533184 #845331 #318453

Analogous Colors of #533184

#533184 #7d3184 #313984

Monochromatic Colors of #533184

#533184

Complementary Color

#533184 #628431

#533184 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#533184 Color Preview on White Background

Lorem ipsum dolor sit amet.

#533184 Color CSS Codes

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

#533184 Text Font Color

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

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


#533184 Background Color

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

This div background color is #533184


#533184 Border Color

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

This div border color is #533184


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(83,49,132, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #533184; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #533184;
  -webkit-box-shadow: 1px 1px 3px 2px #533184;
  box-shadow:         1px 1px 3px 2px #533184; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #533184


Comments

No comments written yet.

Please login to write comment.