Color Hex Logo

#524784 Color Hex

#524784
(82,71,132)
0 Favorites   0 Comments

Color spaces of #524784

RGB 8271132
HSL0.700.300.40
HSV251°46°52°
CMYK 0.380.460.00   0.48
XYZ9.89787.966322.8458
Yxy7.96630.24310.1957
Hunter Lab28.224613.2032-28.2337
CIE-Lab33.912620.0953-32.7882

#524784 color RGB value is (82,71,132).

#524784 hex color red value is 82, green value is 71 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #524784 hue: 0.70 , saturation: 0.30 and the lightness value of 524784 is 0.40.

The process color (four color CMYK) of #524784 color hex is 0.38, 0.46, 0.00, 0.48. Web safe color of #524784 is #663399. Color #524784 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01000111 10000100
Octal 122 107 204
Decimal 82 71 132
Hex 52 47 84

RGB Percentages of Color #524784

%28.77
%24.91
%46.32

CMYK Percentages of Color #524784

%38
%46
%0
%48

Triadic Colors of #524784

#524784 #845247 #478452

Analogous Colors of #524784

#524784 #714784 #475b84

Monochromatic Colors of #524784

#524784

Complementary Color

#524784 #798447

#524784 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#524784 Color Preview on White Background

Lorem ipsum dolor sit amet.

#524784 Color CSS Codes

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

#524784 Text Font Color

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

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


#524784 Background Color

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

This div background color is #524784


#524784 Border Color

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

This div border color is #524784


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(82,71,132, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #524784; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #524784;
  -webkit-box-shadow: 1px 1px 3px 2px #524784;
  box-shadow:         1px 1px 3px 2px #524784; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(82,71,132, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #524784


Comments

No comments written yet.

Please login to write comment.