Color Hex Logo

#520453 Color Hex

#520453
(82,4,83)
0 Favorites   0 Comments

Color spaces of #520453

RGB 82483
HSL0.830.910.17
HSV299°95°33°
CMYK 0.010.950.00   0.67
XYZ5.08442.50528.3992
Yxy2.50520.31800.1567
Hunter Lab15.827829.6412-20.3834
CIE-Lab17.942142.0933-26.6170

#520453 color RGB value is (82,4,83).

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

The process color (four color CMYK) of #520453 color hex is 0.01, 0.95, 0.00, 0.67. Web safe color of #520453 is #660066. Color #520453 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 00000100 01010011
Octal 122 4 123
Decimal 82 4 83
Hex 52 4 53

RGB Percentages of Color #520453

%48.52
%2.37
%49.11

CMYK Percentages of Color #520453

%1
%95
%0
%67

Triadic Colors of #520453

#520453 #535204 #045352

Analogous Colors of #520453

#520453 #53042c #2b0453

Monochromatic Colors of #520453

#520453

Complementary Color

#520453 #055304

#520453 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#520453 Color Preview on White Background

Lorem ipsum dolor sit amet.

#520453 Color CSS Codes

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

#520453 Text Font Color

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

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


#520453 Background Color

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

This div background color is #520453


#520453 Border Color

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

This div border color is #520453


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #520453


Comments

No comments written yet.

Please login to write comment.