Color Hex Logo

#524176 Color Hex

#524176
(82,65,118)
0 Favorites   0 Comments

Color spaces of #524176

RGB 8265118
HSL0.720.290.36
HSV259°45°46°
CMYK 0.310.450.00   0.54
XYZ8.64006.882418.0126
Yxy6.88240.25760.2052
Hunter Lab26.234312.8770-22.3447
CIE-Lab31.537719.9129-27.8300

#524176 color RGB value is (82,65,118).

#524176 hex color red value is 82, green value is 65 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #524176 hue: 0.72 , saturation: 0.29 and the lightness value of 524176 is 0.36.

The process color (four color CMYK) of #524176 color hex is 0.31, 0.45, 0.00, 0.54. Web safe color of #524176 is #663366. Color #524176 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01000001 01110110
Octal 122 101 166
Decimal 82 65 118
Hex 52 41 76

RGB Percentages of Color #524176

%30.94
%24.53
%44.53

CMYK Percentages of Color #524176

%31
%45
%0
%54

Triadic Colors of #524176

#524176 #765241 #417652

Analogous Colors of #524176

#524176 #6d4176 #414a76

Monochromatic Colors of #524176

#524176

Complementary Color

#524176 #657641

#524176 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#524176 Color Preview on White Background

Lorem ipsum dolor sit amet.

#524176 Color CSS Codes

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

#524176 Text Font Color

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

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


#524176 Background Color

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

This div background color is #524176


#524176 Border Color

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

This div border color is #524176


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #524176


Comments

No comments written yet.

Please login to write comment.