Color Hex Logo

#532659 Color Hex

#532659
(83,38,89)
0 Favorites   0 Comments

Color spaces of #532659

RGB 833889
HSL0.810.400.25
HSV293°57°35°
CMYK 0.070.570.00   0.65
XYZ6.06363.94659.8934
Yxy3.94650.30460.1983
Hunter Lab19.865819.7181-15.6211
CIE-Lab23.493829.5553-21.8208

#532659 color RGB value is (83,38,89).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 00100110 01011001
Octal 123 46 131
Decimal 83 38 89
Hex 53 26 59

RGB Percentages of Color #532659

%39.52
%18.10
%42.38

CMYK Percentages of Color #532659

%7
%57
%0
%65

Triadic Colors of #532659

#532659 #595326 #265953

Analogous Colors of #532659

#532659 #592645 #3a2659

Monochromatic Colors of #532659

#532659

Complementary Color

#532659 #2c5926

#532659 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#532659 Color Preview on White Background

Lorem ipsum dolor sit amet.

#532659 Color CSS Codes

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

#532659 Text Font Color

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

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


#532659 Background Color

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

This div background color is #532659


#532659 Border Color

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

This div border color is #532659


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #532659


Comments

No comments written yet.

Please login to write comment.