Color Hex Logo

#520192 Color Hex

#520192
(82,1,146)
0 Favorites   0 Comments

Color spaces of #520192

RGB 821146
HSL0.760.990.29
HSV274°99°57°
CMYK 0.440.990.00   0.43
XYZ8.67883.890927.4877
Yxy3.89090.21670.0971
Hunter Lab19.725444.0174-68.8141
CIE-Lab23.307455.7241-58.6312

#520192 color RGB value is (82,1,146).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 00000001 10010010
Octal 122 1 222
Decimal 82 1 146
Hex 52 1 92

RGB Percentages of Color #520192

%35.81
%0.44
%63.76

CMYK Percentages of Color #520192

%44
%99
%0
%43

Triadic Colors of #520192

#520192 #925201 #019252

Analogous Colors of #520192

#520192 #92018a #090192

Monochromatic Colors of #520192

#520192

Complementary Color

#520192 #419201

#520192 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#520192 Color Preview on White Background

Lorem ipsum dolor sit amet.

#520192 Color CSS Codes

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

#520192 Text Font Color

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

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


#520192 Background Color

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

This div background color is #520192


#520192 Border Color

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

This div border color is #520192


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #520192


Comments

No comments written yet.

Please login to write comment.