Color Hex Logo

#524382 Color Hex

#524382
(82,67,130)
0 Favorites   0 Comments

Color spaces of #524382

RGB 8267130
HSL0.710.320.39
HSV254°48°51°
CMYK 0.370.480.00   0.49
XYZ9.51617.419922.0497
Yxy7.41990.24410.1903
Hunter Lab27.239514.6898-28.9262
CIE-Lab32.744322.0674-33.4057

#524382 color RGB value is (82,67,130).

#524382 hex color red value is 82, green value is 67 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #524382 hue: 0.71 , saturation: 0.32 and the lightness value of 524382 is 0.39.

The process color (four color CMYK) of #524382 color hex is 0.37, 0.48, 0.00, 0.49. Web safe color of #524382 is #663399. Color #524382 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01000011 10000010
Octal 122 103 202
Decimal 82 67 130
Hex 52 43 82

RGB Percentages of Color #524382

%29.39
%24.01
%46.59

CMYK Percentages of Color #524382

%37
%48
%0
%49

Triadic Colors of #524382

#524382 #825243 #438252

Analogous Colors of #524382

#524382 #724382 #435482

Monochromatic Colors of #524382

#524382

Complementary Color

#524382 #738243

#524382 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#524382 Color Preview on White Background

Lorem ipsum dolor sit amet.

#524382 Color CSS Codes

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

#524382 Text Font Color

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

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


#524382 Background Color

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

This div background color is #524382


#524382 Border Color

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

This div border color is #524382


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #524382


Comments

No comments written yet.

Please login to write comment.