Color Hex Logo

#532184 Color Hex

#532184
(83,33,132)
0 Favorites   0 Comments

Color spaces of #532184

RGB 8333132
HSL0.750.600.32
HSV270°75°52°
CMYK 0.370.750.00   0.48
XYZ8.27604.592722.2801
Yxy4.59270.23550.1307
Hunter Lab21.430631.4291-46.6389
CIE-Lab25.541442.5565-46.2322

#532184 color RGB value is (83,33,132).

#532184 hex color red value is 83, green value is 33 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #532184 hue: 0.75 , saturation: 0.60 and the lightness value of 532184 is 0.32.

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 00100001 10000100
Octal 123 41 204
Decimal 83 33 132
Hex 53 21 84

RGB Percentages of Color #532184

%33.47
%13.31
%53.23

CMYK Percentages of Color #532184

%37
%75
%0
%48

Triadic Colors of #532184

#532184 #845321 #218453

Analogous Colors of #532184

#532184 #842184 #212184

Monochromatic Colors of #532184

#532184

Complementary Color

#532184 #528421

#532184 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#532184 Color Preview on White Background

Lorem ipsum dolor sit amet.

#532184 Color CSS Codes

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

#532184 Text Font Color

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

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


#532184 Background Color

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

This div background color is #532184


#532184 Border Color

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

This div border color is #532184


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #532184

#532184 Color Palettes


Comments

No comments written yet.

Please login to write comment.