Color Hex Logo

#524186 Color Hex

#524186
(82,65,134)
0 Favorites   0 Comments

Color spaces of #524186

RGB 8265134
HSL0.710.350.39
HSV255°51°53°
CMYK 0.390.510.00   0.47
XYZ9.67307.295723.4526
Yxy7.29570.23930.1805
Hunter Lab27.010616.6558-32.5727
CIE-Lab32.470824.5153-36.3171

#524186 color RGB value is (82,65,134).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 01000001 10000110
Octal 122 101 206
Decimal 82 65 134
Hex 52 41 86

RGB Percentages of Color #524186

%29.18
%23.13
%47.69

CMYK Percentages of Color #524186

%39
%51
%0
%47

Triadic Colors of #524186

#524186 #865241 #418652

Analogous Colors of #524186

#524186 #754186 #415386

Monochromatic Colors of #524186

#524186

Complementary Color

#524186 #758641

#524186 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#524186 Color Preview on White Background

Lorem ipsum dolor sit amet.

#524186 Color CSS Codes

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

#524186 Text Font Color

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

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


#524186 Background Color

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

This div background color is #524186


#524186 Border Color

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

This div border color is #524186


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #524186


Comments

No comments written yet.

Please login to write comment.