Color Hex Logo

#532561 Color Hex

#532561
(83,37,97)
0 Favorites   0 Comments

Color spaces of #532561

RGB 833797
HSL0.790.450.26
HSV286°62°38°
CMYK 0.140.620.00   0.62
XYZ6.38654.025211.7496
Yxy4.02520.28820.1816
Hunter Lab20.062921.7107-20.6785
CIE-Lab23.754631.9163-26.6753

#532561 color RGB value is (83,37,97).

#532561 hex color red value is 83, green value is 37 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #532561 hue: 0.79 , saturation: 0.45 and the lightness value of 532561 is 0.26.

The process color (four color CMYK) of #532561 color hex is 0.14, 0.62, 0.00, 0.62. Web safe color of #532561 is #663366. Color #532561 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00100101 01100001
Octal 123 45 141
Decimal 83 37 97
Hex 53 25 61

RGB Percentages of Color #532561

%38.25
%17.05
%44.70

CMYK Percentages of Color #532561

%14
%62
%0
%62

Triadic Colors of #532561

#532561 #615325 #256153

Analogous Colors of #532561

#532561 #612551 #352561

Monochromatic Colors of #532561

#532561

Complementary Color

#532561 #336125

#532561 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#532561 Color Preview on White Background

Lorem ipsum dolor sit amet.

#532561 Color CSS Codes

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

#532561 Text Font Color

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

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


#532561 Background Color

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

This div background color is #532561


#532561 Border Color

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

This div border color is #532561


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #532561


Comments

No comments written yet.

Please login to write comment.