Color Hex Logo

#520243 Color Hex

#520243
(82,2,67)
0 Favorites   0 Comments

Color spaces of #520243

RGB 82267
HSL0.860.950.16
HSV311°98°32°
CMYK 0.000.980.18   0.68
XYZ4.51452.24255.5051
Yxy2.24250.36820.1829
Hunter Lab14.975027.6061-11.3137
CIE-Lab16.711640.0774-17.5552

#520243 color RGB value is (82,2,67).

#520243 hex color red value is 82, green value is 2 and the blue value of its RGB is 67. Cylindrical-coordinate representations (also known as HSL) of color #520243 hue: 0.86 , saturation: 0.95 and the lightness value of 520243 is 0.16.

The process color (four color CMYK) of #520243 color hex is 0.00, 0.98, 0.18, 0.68. Web safe color of #520243 is #660033. Color #520243 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 00000010 01000011
Octal 122 2 103
Decimal 82 2 67
Hex 52 2 43

RGB Percentages of Color #520243

%54.30
%1.32
%44.37

CMYK Percentages of Color #520243

%0
%98
%18
%68

Triadic Colors of #520243

#520243 #435202 #024352

Analogous Colors of #520243

#520243 #52021b #390252

Monochromatic Colors of #520243

#520243

Complementary Color

#520243 #025211

#520243 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#520243 Color Preview on White Background

Lorem ipsum dolor sit amet.

#520243 Color CSS Codes

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

#520243 Text Font Color

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

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


#520243 Background Color

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

This div background color is #520243


#520243 Border Color

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

This div border color is #520243


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #520243


Comments

No comments written yet.

Please login to write comment.