Color Hex Logo

#520303 Color Hex

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

Color spaces of #520303

RGB 8233
HSL0.000.930.17
HSV96°32°
CMYK 0.000.960.96   0.68
XYZ3.52871.86550.2603
Yxy1.86550.62410.3299
Hunter Lab13.658322.21438.4309
CIE-Lab14.765034.192221.7337

#520303 color RGB value is (82,3,3).

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

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

Base Numbers

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

RGB Percentages of Color #520303

%93.18
%3.41
%3.41

CMYK Percentages of Color #520303

%0
%96
%96
%68

Triadic Colors of #520303

#520303 #035203 #030352

Analogous Colors of #520303

#520303 #522b03 #52032b

Monochromatic Colors of #520303

#520303

Complementary Color

#520303 #035252

#520303 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#520303 Color Preview on White Background

Lorem ipsum dolor sit amet.

#520303 Color CSS Codes

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

#520303 Text Font Color

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

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


#520303 Background Color

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

This div background color is #520303


#520303 Border Color

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

This div border color is #520303


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #520303

#520303 Color Palettes


Comments

No comments written yet.

Please login to write comment.