Color Hex Logo

#532570 Color Hex

#532570
(83,37,112)
0 Favorites   0 Comments

Color spaces of #532570

RGB 8337112
HSL0.770.500.29
HSV277°67°44°
CMYK 0.260.670.00   0.56
XYZ7.15354.332015.7884
Yxy4.33200.26230.1588
Hunter Lab20.813524.9262-30.4060
CIE-Lab24.740035.5008-34.8312

#532570 color RGB value is (83,37,112).

#532570 hex color red value is 83, green value is 37 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #532570 hue: 0.77 , saturation: 0.50 and the lightness value of 532570 is 0.29.

The process color (four color CMYK) of #532570 color hex is 0.26, 0.67, 0.00, 0.56. Web safe color of #532570 is #663366. Color #532570 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00100101 01110000
Octal 123 45 160
Decimal 83 37 112
Hex 53 25 70

RGB Percentages of Color #532570

%35.78
%15.95
%48.28

CMYK Percentages of Color #532570

%26
%67
%0
%56

Triadic Colors of #532570

#532570 #705325 #257053

Analogous Colors of #532570

#532570 #702568 #2e2570

Monochromatic Colors of #532570

#532570

Complementary Color

#532570 #427025

#532570 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#532570 Color Preview on White Background

Lorem ipsum dolor sit amet.

#532570 Color CSS Codes

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

#532570 Text Font Color

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

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


#532570 Background Color

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

This div background color is #532570


#532570 Border Color

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

This div border color is #532570


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #532570


Comments

No comments written yet.

Please login to write comment.