Color Hex Logo

#532781 Color Hex

#532781
(83,39,129)
2 Favorites   0 Comments

Color spaces of #532781

RGB 8339129
HSL0.750.540.33
HSV269°70°51°
CMYK 0.360.700.00   0.49
XYZ8.25524.875021.2748
Yxy4.87500.23990.1417
Hunter Lab22.079428.0999-41.6738
CIE-Lab26.375638.7747-42.9939

#532781 color RGB value is (83,39,129).

#532781 hex color red value is 83, green value is 39 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #532781 hue: 0.75 , saturation: 0.54 and the lightness value of 532781 is 0.33.

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 00100111 10000001
Octal 123 47 201
Decimal 83 39 129
Hex 53 27 81

RGB Percentages of Color #532781

%33.07
%15.54
%51.39

CMYK Percentages of Color #532781

%36
%70
%0
%49

Triadic Colors of #532781

#532781 #815327 #278153

Analogous Colors of #532781

#532781 #802781 #272881

Monochromatic Colors of #532781

#532781

Complementary Color

#532781 #558127

#532781 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#532781 Color Preview on White Background

Lorem ipsum dolor sit amet.

#532781 Color CSS Codes

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

#532781 Text Font Color

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

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


#532781 Background Color

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

This div background color is #532781


#532781 Border Color

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

This div border color is #532781


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #532781


Comments

No comments written yet.

Please login to write comment.