Color Hex Logo

#520103 Color Hex

#520103
(82,1,3)
0 Favorites   0 Comments

Color spaces of #520103

RGB 8213
HSL1.000.980.16
HSV359°99°32°
CMYK 0.000.990.96   0.68
XYZ3.50701.82210.2530
Yxy1.82210.62830.3264
Hunter Lab13.498522.75308.3377
CIE-Lab14.524534.886021.4235

#520103 color RGB value is (82,1,3).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 00000001 00000011
Octal 122 1 3
Decimal 82 1 3
Hex 52 1 3

RGB Percentages of Color #520103

%95.35
%1.16
%3.49

CMYK Percentages of Color #520103

%0
%99
%96
%68

Triadic Colors of #520103

#520103 #035201 #010352

Analogous Colors of #520103

#520103 #522801 #52012c

Monochromatic Colors of #520103

#520103

Complementary Color

#520103 #015250

#520103 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#520103 Color Preview on White Background

Lorem ipsum dolor sit amet.

#520103 Color CSS Codes

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

#520103 Text Font Color

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

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


#520103 Background Color

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

This div background color is #520103


#520103 Border Color

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

This div border color is #520103


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #520103


Comments

No comments written yet.

Please login to write comment.