Color Hex Logo

#524c8b Color Hex

#524C8B
(82,76,139)
0 Favorites   0 Comments

Color spaces of #524c8b

RGB 8276139
HSL0.680.290.42
HSV246°45°55°
CMYK 0.410.450.00   0.45
XYZ10.72438.826825.5646
Yxy8.82680.23770.1956
Hunter Lab29.709912.4402-30.2205
CIE-Lab35.648718.9857-34.3339

#524c8b color RGB value is (82,76,139).

#524c8b hex color red value is 82, green value is 76 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #524c8b hue: 0.68 , saturation: 0.29 and the lightness value of 524c8b is 0.42.

The process color (four color CMYK) of #524c8b color hex is 0.41, 0.45, 0.00, 0.45. Web safe color of #524c8b is #663399. Color #524c8b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01001100 10001011
Octal 122 114 213
Decimal 82 76 139
Hex 52 4C 8B

RGB Percentages of Color #524c8b

%27.61
%25.59
%46.80

CMYK Percentages of Color #524c8b

%41
%45
%0
%45

Triadic Colors of #524c8b

#524c8b #8b524c #4c8b52

Analogous Colors of #524c8b

#524c8b #724c8b #4c668b

Monochromatic Colors of #524c8b

#524c8b

Complementary Color

#524c8b #858b4c

#524c8b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#524c8b Color Preview on White Background

Lorem ipsum dolor sit amet.

#524c8b Color CSS Codes

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

#524c8b Text Font Color

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

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


#524c8b Background Color

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

This div background color is #524c8b


#524c8b Border Color

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

This div border color is #524c8b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(82,76,139, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #524c8b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #524c8b;
  -webkit-box-shadow: 1px 1px 3px 2px #524c8b;
  box-shadow:         1px 1px 3px 2px #524c8b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #524c8b


Comments

No comments written yet.

Please login to write comment.