Color Hex Logo

#520767 Color Hex

#520767
(82,7,103)
0 Favorites   0 Comments

Color spaces of #520767

RGB 827103
HSL0.800.870.22
HSV287°93°40°
CMYK 0.200.930.00   0.60
XYZ6.00382.925113.0801
Yxy2.92510.27280.1329
Hunter Lab17.102932.7304-33.3722
CIE-Lab19.741445.0704-37.0610

#520767 color RGB value is (82,7,103).

#520767 hex color red value is 82, green value is 7 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #520767 hue: 0.80 , saturation: 0.87 and the lightness value of 520767 is 0.22.

The process color (four color CMYK) of #520767 color hex is 0.20, 0.93, 0.00, 0.60. Web safe color of #520767 is #660066. Color #520767 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 00000111 01100111
Octal 122 7 147
Decimal 82 7 103
Hex 52 7 67

RGB Percentages of Color #520767

%42.71
%3.65
%53.65

CMYK Percentages of Color #520767

%20
%93
%0
%60

Triadic Colors of #520767

#520767 #675207 #076752

Analogous Colors of #520767

#520767 #67074c #220767

Monochromatic Colors of #520767

#520767

Complementary Color

#520767 #1c6707

#520767 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#520767 Color Preview on White Background

Lorem ipsum dolor sit amet.

#520767 Color CSS Codes

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

#520767 Text Font Color

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

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


#520767 Background Color

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

This div background color is #520767


#520767 Border Color

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

This div border color is #520767


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #520767


Comments

No comments written yet.

Please login to write comment.