Color Hex Logo

#524687 Color Hex

#524687
(82,70,135)
0 Favorites   0 Comments

Color spaces of #524687

RGB 8270135
HSL0.700.320.40
HSV251°48°53°
CMYK 0.390.480.00   0.47
XYZ10.04307.923423.9217
Yxy7.92340.23980.1892
Hunter Lab28.148514.4263-30.6829
CIE-Lab33.822821.6269-34.7800

#524687 color RGB value is (82,70,135).

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

The process color (four color CMYK) of #524687 color hex is 0.39, 0.48, 0.00, 0.47. Web safe color of #524687 is #663399. Color #524687 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01000110 10000111
Octal 122 106 207
Decimal 82 70 135
Hex 52 46 87

RGB Percentages of Color #524687

%28.57
%24.39
%47.04

CMYK Percentages of Color #524687

%39
%48
%0
%47

Triadic Colors of #524687

#524687 #875246 #468752

Analogous Colors of #524687

#524687 #734687 #465b87

Monochromatic Colors of #524687

#524687

Complementary Color

#524687 #7b8746

#524687 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#524687 Color Preview on White Background

Lorem ipsum dolor sit amet.

#524687 Color CSS Codes

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

#524687 Text Font Color

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

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


#524687 Background Color

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

This div background color is #524687


#524687 Border Color

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

This div border color is #524687


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #524687


Comments

No comments written yet.

Please login to write comment.