Color Hex Logo

#520293 Color Hex

#520293
(82,2,147)
0 Favorites   0 Comments

Color spaces of #520293

RGB 822147
HSL0.760.970.29
HSV273°99°58°
CMYK 0.440.990.00   0.42
XYZ8.76783.943827.9029
Yxy3.94380.21590.0971
Hunter Lab19.859044.0549-69.4041
CIE-Lab23.484855.7267-58.9587

#520293 color RGB value is (82,2,147).

#520293 hex color red value is 82, green value is 2 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #520293 hue: 0.76 , saturation: 0.97 and the lightness value of 520293 is 0.29.

The process color (four color CMYK) of #520293 color hex is 0.44, 0.99, 0.00, 0.42. Web safe color of #520293 is #660099. Color #520293 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 00000010 10010011
Octal 122 2 223
Decimal 82 2 147
Hex 52 2 93

RGB Percentages of Color #520293

%35.50
%0.87
%63.64

CMYK Percentages of Color #520293

%44
%99
%0
%42

Triadic Colors of #520293

#520293 #935202 #029352

Analogous Colors of #520293

#520293 #93028c #090293

Monochromatic Colors of #520293

#520293

Complementary Color

#520293 #439302

#520293 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#520293 Color Preview on White Background

Lorem ipsum dolor sit amet.

#520293 Color CSS Codes

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

#520293 Text Font Color

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

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


#520293 Background Color

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

This div background color is #520293


#520293 Border Color

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

This div border color is #520293


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #520293


Comments

No comments written yet.

Please login to write comment.