Color Hex Logo

#520fbc Color Hex

#520FBC
(82,15,188)
0 Favorites   0 Comments

Color spaces of #520fbc

RGB 8215188
HSL0.730.850.40
HSV263°92°74°
CMYK 0.560.920.00   0.26
XYZ12.72765.766348.0191
Yxy5.76630.19140.0867
Hunter Lab24.013152.5868-101.7532
CIE-Lab28.815062.6350-74.9677

#520fbc color RGB value is (82,15,188).

#520fbc hex color red value is 82, green value is 15 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #520fbc hue: 0.73 , saturation: 0.85 and the lightness value of 520fbc is 0.40.

The process color (four color CMYK) of #520fbc color hex is 0.56, 0.92, 0.00, 0.26. Web safe color of #520fbc is #6600cc. Color #520fbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 00001111 10111100
Octal 122 17 274
Decimal 82 15 188
Hex 52 F BC

RGB Percentages of Color #520fbc

%28.77
%5.26
%65.96

CMYK Percentages of Color #520fbc

%56
%92
%0
%26

Triadic Colors of #520fbc

#520fbc #bc520f #0fbc52

Analogous Colors of #520fbc

#520fbc #a90fbc #0f23bc

Monochromatic Colors of #520fbc

#520fbc

Complementary Color

#520fbc #79bc0f

#520fbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#520fbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#520fbc Color CSS Codes

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

#520fbc Text Font Color

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

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


#520fbc Background Color

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

This div background color is #520fbc


#520fbc Border Color

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

This div border color is #520fbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #520fbc


Comments

No comments written yet.

Please login to write comment.