Color Hex Logo

#520f6b Color Hex

#520F6B
(82,15,107)
0 Favorites   0 Comments

Color spaces of #520f6b

RGB 8215107
HSL0.790.750.24
HSV284°86°42°
CMYK 0.230.860.00   0.58
XYZ6.30433.197014.1947
Yxy3.19700.26600.1349
Hunter Lab17.880231.6464-34.5530
CIE-Lab20.816243.7059-37.9349

#520f6b color RGB value is (82,15,107).

#520f6b hex color red value is 82, green value is 15 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #520f6b hue: 0.79 , saturation: 0.75 and the lightness value of 520f6b is 0.24.

The process color (four color CMYK) of #520f6b color hex is 0.23, 0.86, 0.00, 0.58. Web safe color of #520f6b is #660066. Color #520f6b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 00001111 01101011
Octal 122 17 153
Decimal 82 15 107
Hex 52 F 6B

RGB Percentages of Color #520f6b

%40.20
%7.35
%52.45

CMYK Percentages of Color #520f6b

%23
%86
%0
%58

Triadic Colors of #520f6b

#520f6b #6b520f #0f6b52

Analogous Colors of #520f6b

#520f6b #6b0f56 #240f6b

Monochromatic Colors of #520f6b

#520f6b

Complementary Color

#520f6b #286b0f

#520f6b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#520f6b Color Preview on White Background

Lorem ipsum dolor sit amet.

#520f6b Color CSS Codes

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

#520f6b Text Font Color

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

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


#520f6b Background Color

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

This div background color is #520f6b


#520f6b Border Color

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

This div border color is #520f6b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #520f6b


Comments

No comments written yet.

Please login to write comment.