Color Hex Logo

#520445 Color Hex

#520445
(82,4,69)
0 Favorites   0 Comments

Color spaces of #520445

RGB 82469
HSL0.860.910.17
HSV310°95°32°
CMYK 0.000.950.16   0.68
XYZ4.59732.31035.8339
Yxy2.31030.36080.1813
Hunter Lab15.199727.3898-12.1168
CIE-Lab17.038039.7708-18.4364

#520445 color RGB value is (82,4,69).

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

The process color (four color CMYK) of #520445 color hex is 0.00, 0.95, 0.16, 0.68. Web safe color of #520445 is #660033. Color #520445 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 00000100 01000101
Octal 122 4 105
Decimal 82 4 69
Hex 52 4 45

RGB Percentages of Color #520445

%52.90
%2.58
%44.52

CMYK Percentages of Color #520445

%0
%95
%16
%68

Triadic Colors of #520445

#520445 #455204 #044552

Analogous Colors of #520445

#520445 #52041e #380452

Monochromatic Colors of #520445

#520445

Complementary Color

#520445 #045211

#520445 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#520445 Color Preview on White Background

Lorem ipsum dolor sit amet.

#520445 Color CSS Codes

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

#520445 Text Font Color

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

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


#520445 Background Color

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

This div background color is #520445


#520445 Border Color

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

This div border color is #520445


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #520445


Comments

No comments written yet.

Please login to write comment.