Color Hex Logo

#520875 Color Hex

#520875
(82,8,117)
0 Favorites   0 Comments

Color spaces of #520875

RGB 828117
HSL0.780.870.25
HSV281°93°46°
CMYK 0.300.930.00   0.54
XYZ6.77743.251917.1001
Yxy3.25190.24980.1199
Hunter Lab18.033035.5283-43.5996
CIE-Lab21.025747.7440-44.0678

#520875 color RGB value is (82,8,117).

#520875 hex color red value is 82, green value is 8 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #520875 hue: 0.78 , saturation: 0.87 and the lightness value of 520875 is 0.25.

The process color (four color CMYK) of #520875 color hex is 0.30, 0.93, 0.00, 0.54. Web safe color of #520875 is #660066. Color #520875 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 00001000 01110101
Octal 122 10 165
Decimal 82 8 117
Hex 52 8 75

RGB Percentages of Color #520875

%39.61
%3.86
%56.52

CMYK Percentages of Color #520875

%30
%93
%0
%54

Triadic Colors of #520875

#520875 #755208 #087552

Analogous Colors of #520875

#520875 #750862 #1b0875

Monochromatic Colors of #520875

#520875

Complementary Color

#520875 #2b7508

#520875 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#520875 Color Preview on White Background

Lorem ipsum dolor sit amet.

#520875 Color CSS Codes

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

#520875 Text Font Color

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

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


#520875 Background Color

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

This div background color is #520875


#520875 Border Color

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

This div border color is #520875


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #520875


Comments

No comments written yet.

Please login to write comment.