Color Hex Logo

#520fcb Color Hex

#520FCB
(82,15,203)
0 Favorites   0 Comments

Color spaces of #520fcb

RGB 8215203
HSL0.730.860.43
HSV261°93°80°
CMYK 0.600.930.00   0.20
XYZ14.43006.447356.9838
Yxy6.44730.18530.0828
Hunter Lab25.391557.0063-115.2848
CIE-Lab30.514066.2431-80.9770

#520fcb color RGB value is (82,15,203).

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

The process color (four color CMYK) of #520fcb color hex is 0.60, 0.93, 0.00, 0.20. Web safe color of #520fcb is #6600cc. Color #520fcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 00001111 11001011
Octal 122 17 313
Decimal 82 15 203
Hex 52 F CB

RGB Percentages of Color #520fcb

%27.33
%5.00
%67.67

CMYK Percentages of Color #520fcb

%60
%93
%0
%20

Triadic Colors of #520fcb

#520fcb #cb520f #0fcb52

Analogous Colors of #520fcb

#520fcb #b00fcb #0f2acb

Monochromatic Colors of #520fcb

#520fcb

Complementary Color

#520fcb #88cb0f

#520fcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#520fcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#520fcb Color CSS Codes

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

#520fcb Text Font Color

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

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


#520fcb Background Color

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

This div background color is #520fcb


#520fcb Border Color

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

This div border color is #520fcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #520fcb


Comments

No comments written yet.

Please login to write comment.