Color Hex Logo

#532574 Color Hex

#532574
(83,37,116)
0 Favorites   0 Comments

Color spaces of #532574

RGB 8337116
HSL0.760.520.30
HSV275°68°45°
CMYK 0.280.680.00   0.55
XYZ7.38124.423116.9877
Yxy4.42310.25640.1536
Hunter Lab21.031225.8427-33.1690
CIE-Lab25.023636.4948-36.9381

#532574 color RGB value is (83,37,116).

#532574 hex color red value is 83, green value is 37 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #532574 hue: 0.76 , saturation: 0.52 and the lightness value of 532574 is 0.30.

The process color (four color CMYK) of #532574 color hex is 0.28, 0.68, 0.00, 0.55. Web safe color of #532574 is #663366. Color #532574 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00100101 01110100
Octal 123 45 164
Decimal 83 37 116
Hex 53 25 74

RGB Percentages of Color #532574

%35.17
%15.68
%49.15

CMYK Percentages of Color #532574

%28
%68
%0
%55

Triadic Colors of #532574

#532574 #745325 #257453

Analogous Colors of #532574

#532574 #74256e #2c2574

Monochromatic Colors of #532574

#532574

Complementary Color

#532574 #467425

#532574 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#532574 Color Preview on White Background

Lorem ipsum dolor sit amet.

#532574 Color CSS Codes

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

#532574 Text Font Color

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

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


#532574 Background Color

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

This div background color is #532574


#532574 Border Color

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

This div border color is #532574


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #532574


Comments

No comments written yet.

Please login to write comment.