Color Hex Logo

#532978 Color Hex

#532978
(83,41,120)
0 Favorites   0 Comments

Color spaces of #532978

RGB 8341120
HSL0.760.490.32
HSV272°66°47°
CMYK 0.310.660.00   0.53
XYZ7.75044.780918.2836
Yxy4.78090.25150.1551
Hunter Lab21.865325.0072-34.2722
CIE-Lab26.101235.3489-37.7511

#532978 color RGB value is (83,41,120).

#532978 hex color red value is 83, green value is 41 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #532978 hue: 0.76 , saturation: 0.49 and the lightness value of 532978 is 0.32.

The process color (four color CMYK) of #532978 color hex is 0.31, 0.66, 0.00, 0.53. Web safe color of #532978 is #663366. Color #532978 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00101001 01111000
Octal 123 51 170
Decimal 83 41 120
Hex 53 29 78

RGB Percentages of Color #532978

%34.02
%16.80
%49.18

CMYK Percentages of Color #532978

%31
%66
%0
%53

Triadic Colors of #532978

#532978 #785329 #297853

Analogous Colors of #532978

#532978 #782976 #2c2978

Monochromatic Colors of #532978

#532978

Complementary Color

#532978 #4e7829

#532978 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#532978 Color Preview on White Background

Lorem ipsum dolor sit amet.

#532978 Color CSS Codes

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

#532978 Text Font Color

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

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


#532978 Background Color

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

This div background color is #532978


#532978 Border Color

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

This div border color is #532978


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #532978


Comments

No comments written yet.

Please login to write comment.