Color Hex Logo

#532774 Color Hex

#532774
(83,39,116)
0 Favorites   0 Comments

Color spaces of #532774

RGB 8339116
HSL0.760.500.30
HSV274°66°45°
CMYK 0.280.660.00   0.55
XYZ7.44524.551017.0090
Yxy4.55100.25670.1569
Hunter Lab21.333124.9633-32.3392
CIE-Lab25.415235.4214-36.3078

#532774 color RGB value is (83,39,116).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 00100111 01110100
Octal 123 47 164
Decimal 83 39 116
Hex 53 27 74

RGB Percentages of Color #532774

%34.87
%16.39
%48.74

CMYK Percentages of Color #532774

%28
%66
%0
%55

Triadic Colors of #532774

#532774 #745327 #277453

Analogous Colors of #532774

#532774 #74276f #2c2774

Monochromatic Colors of #532774

#532774

Complementary Color

#532774 #487427

#532774 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#532774 Color Preview on White Background

Lorem ipsum dolor sit amet.

#532774 Color CSS Codes

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

#532774 Text Font Color

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

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


#532774 Background Color

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

This div background color is #532774


#532774 Border Color

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

This div border color is #532774


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #532774


Comments

No comments written yet.

Please login to write comment.