Color Hex Logo

#532359 Color Hex

#532359
(83,35,89)
0 Favorites   0 Comments

Color spaces of #532359

RGB 833589
HSL0.810.440.24
HSV293°61°35°
CMYK 0.070.610.00   0.65
XYZ5.97153.76239.8627
Yxy3.76230.30470.1920
Hunter Lab19.396621.0093-16.5698
CIE-Lab22.869531.2294-22.8040

#532359 color RGB value is (83,35,89).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 00100011 01011001
Octal 123 43 131
Decimal 83 35 89
Hex 53 23 59

RGB Percentages of Color #532359

%40.10
%16.91
%43.00

CMYK Percentages of Color #532359

%7
%61
%0
%65

Triadic Colors of #532359

#532359 #595323 #235953

Analogous Colors of #532359

#532359 #592344 #382359

Monochromatic Colors of #532359

#532359

Complementary Color

#532359 #295923

#532359 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#532359 Color Preview on White Background

Lorem ipsum dolor sit amet.

#532359 Color CSS Codes

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

#532359 Text Font Color

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

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


#532359 Background Color

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

This div background color is #532359


#532359 Border Color

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

This div border color is #532359


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #532359


Comments

No comments written yet.

Please login to write comment.