Color Hex Logo

#520606 Color Hex

#520606
(82,6,6)
0 Favorites   0 Comments

Color spaces of #520606

RGB 8266
HSL0.000.860.17
HSV93°32°
CMYK 0.000.930.93   0.68
XYZ3.57771.93720.3577
Yxy1.93720.60920.3299
Hunter Lab13.918321.52628.2191
CIE-Lab15.154233.283121.0115

#520606 color RGB value is (82,6,6).

#520606 hex color red value is 82, green value is 6 and the blue value of its RGB is 6. Cylindrical-coordinate representations (also known as HSL) of color #520606 hue: 0.00 , saturation: 0.86 and the lightness value of 520606 is 0.17.

The process color (four color CMYK) of #520606 color hex is 0.00, 0.93, 0.93, 0.68. Web safe color of #520606 is #660000. Color #520606 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 00000110 00000110
Octal 122 6 6
Decimal 82 6 6
Hex 52 6 6

RGB Percentages of Color #520606

%87.23
%6.38
%6.38

CMYK Percentages of Color #520606

%0
%93
%93
%68

Triadic Colors of #520606

#520606 #065206 #060652

Analogous Colors of #520606

#520606 #522c06 #52062c

Monochromatic Colors of #520606

#520606

Complementary Color

#520606 #065252

#520606 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#520606 Color Preview on White Background

Lorem ipsum dolor sit amet.

#520606 Color CSS Codes

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

#520606 Text Font Color

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

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


#520606 Background Color

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

This div background color is #520606


#520606 Border Color

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

This div border color is #520606


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #520606

#520606 Color Palettes


Comments

No comments written yet.

Please login to write comment.