Color Hex Logo

#532a84 Color Hex

#532A84
(83,42,132)
0 Favorites   0 Comments

Color spaces of #532a84

RGB 8342132
HSL0.740.520.34
HSV267°68°52°
CMYK 0.370.680.00   0.48
XYZ8.56015.160922.3748
Yxy5.16090.23710.1430
Hunter Lab22.717627.5038-42.4930
CIE-Lab27.188337.9649-43.5594

#532a84 color RGB value is (83,42,132).

#532a84 hex color red value is 83, green value is 42 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #532a84 hue: 0.74 , saturation: 0.52 and the lightness value of 532a84 is 0.34.

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 00101010 10000100
Octal 123 52 204
Decimal 83 42 132
Hex 53 2A 84

RGB Percentages of Color #532a84

%32.30
%16.34
%51.36

CMYK Percentages of Color #532a84

%37
%68
%0
%48

Triadic Colors of #532a84

#532a84 #84532a #2a8453

Analogous Colors of #532a84

#532a84 #802a84 #2a2e84

Monochromatic Colors of #532a84

#532a84

Complementary Color

#532a84 #5b842a

#532a84 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#532a84 Color Preview on White Background

Lorem ipsum dolor sit amet.

#532a84 Color CSS Codes

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

#532a84 Text Font Color

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

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


#532a84 Background Color

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

This div background color is #532a84


#532a84 Border Color

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

This div border color is #532a84


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #532a84


Comments

No comments written yet.

Please login to write comment.