Color Hex Logo

#520946 Color Hex

#520946
(82,9,70)
0 Favorites   0 Comments

Color spaces of #520946

RGB 82970
HSL0.860.800.18
HSV310°89°32°
CMYK 0.000.890.15   0.68
XYZ4.68292.43146.0168
Yxy2.43140.35660.1852
Hunter Lab15.592926.3198-11.9630
CIE-Lab17.605538.4487-18.2379

#520946 color RGB value is (82,9,70).

#520946 hex color red value is 82, green value is 9 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #520946 hue: 0.86 , saturation: 0.80 and the lightness value of 520946 is 0.18.

The process color (four color CMYK) of #520946 color hex is 0.00, 0.89, 0.15, 0.68. Web safe color of #520946 is #660033. Color #520946 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 00001001 01000110
Octal 122 11 106
Decimal 82 9 70
Hex 52 9 46

RGB Percentages of Color #520946

%50.93
%5.59
%43.48

CMYK Percentages of Color #520946

%0
%89
%15
%68

Triadic Colors of #520946

#520946 #465209 #094652

Analogous Colors of #520946

#520946 #520922 #3a0952

Monochromatic Colors of #520946

#520946

Complementary Color

#520946 #095215

#520946 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#520946 Color Preview on White Background

Lorem ipsum dolor sit amet.

#520946 Color CSS Codes

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

#520946 Text Font Color

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

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


#520946 Background Color

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

This div background color is #520946


#520946 Border Color

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

This div border color is #520946


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #520946


Comments

No comments written yet.

Please login to write comment.