Color Hex Logo

#520143 Color Hex

#520143
(82,1,67)
0 Favorites   0 Comments

Color spaces of #520143

RGB 82167
HSL0.860.980.16
HSV311°99°32°
CMYK 0.000.990.18   0.68
XYZ4.50362.22085.5015
Yxy2.22080.36840.1816
Hunter Lab14.902327.8649-11.4564
CIE-Lab16.605840.3878-17.7216

#520143 color RGB value is (82,1,67).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 00000001 01000011
Octal 122 1 103
Decimal 82 1 67
Hex 52 1 43

RGB Percentages of Color #520143

%54.67
%0.67
%44.67

CMYK Percentages of Color #520143

%0
%99
%18
%68

Triadic Colors of #520143

#520143 #435201 #014352

Analogous Colors of #520143

#520143 #52011a #390152

Monochromatic Colors of #520143

#520143

Complementary Color

#520143 #015210

#520143 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#520143 Color Preview on White Background

Lorem ipsum dolor sit amet.

#520143 Color CSS Codes

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

#520143 Text Font Color

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

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


#520143 Background Color

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

This div background color is #520143


#520143 Border Color

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

This div border color is #520143


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(82,1,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 #520143">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #520143


Comments

No comments written yet.

Please login to write comment.