Color Hex Logo

#532559 Color Hex

#532559
(83,37,89)
0 Favorites   0 Comments

Color spaces of #532559

RGB 833789
HSL0.810.410.25
HSV293°58°35°
CMYK 0.070.580.00   0.65
XYZ6.03203.88349.8828
Yxy3.88340.30470.1961
Hunter Lab19.706320.1517-15.9397
CIE-Lab23.282230.1198-22.1536

#532559 color RGB value is (83,37,89).

#532559 hex color red value is 83, green value is 37 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #532559 hue: 0.81 , saturation: 0.41 and the lightness value of 532559 is 0.25.

The process color (four color CMYK) of #532559 color hex is 0.07, 0.58, 0.00, 0.65. Web safe color of #532559 is #663366. Color #532559 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00100101 01011001
Octal 123 45 131
Decimal 83 37 89
Hex 53 25 59

RGB Percentages of Color #532559

%39.71
%17.70
%42.58

CMYK Percentages of Color #532559

%7
%58
%0
%65

Triadic Colors of #532559

#532559 #595325 #255953

Analogous Colors of #532559

#532559 #592545 #392559

Monochromatic Colors of #532559

#532559

Complementary Color

#532559 #2b5925

#532559 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#532559 Color Preview on White Background

Lorem ipsum dolor sit amet.

#532559 Color CSS Codes

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

#532559 Text Font Color

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

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


#532559 Background Color

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

This div background color is #532559


#532559 Border Color

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

This div border color is #532559


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #532559


Comments

No comments written yet.

Please login to write comment.