Color Hex Logo

#532259 Color Hex

#532259
(83,34,89)
0 Favorites   0 Comments

Color spaces of #532259

RGB 833489
HSL0.820.450.24
HSV293°62°35°
CMYK 0.070.620.00   0.65
XYZ5.94253.70439.8530
Yxy3.70430.30470.1900
Hunter Lab19.246621.4316-16.8801
CIE-Lab22.668731.7725-23.1208

#532259 color RGB value is (83,34,89).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 00100010 01011001
Octal 123 42 131
Decimal 83 34 89
Hex 53 22 59

RGB Percentages of Color #532259

%40.29
%16.50
%43.20

CMYK Percentages of Color #532259

%7
%62
%0
%65

Triadic Colors of #532259

#532259 #595322 #225953

Analogous Colors of #532259

#532259 #592244 #382259

Monochromatic Colors of #532259

#532259

Complementary Color

#532259 #285922

#532259 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#532259 Color Preview on White Background

Lorem ipsum dolor sit amet.

#532259 Color CSS Codes

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

#532259 Text Font Color

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

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


#532259 Background Color

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

This div background color is #532259


#532259 Border Color

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

This div border color is #532259


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #532259


Comments

No comments written yet.

Please login to write comment.