Color Hex Logo

#520ced Color Hex

#520CED
(82,12,237)
0 Favorites   0 Comments

Color spaces of #520ced

RGB 8212237
HSL0.720.900.49
HSV259°95°93°
CMYK 0.650.950.00   0.07
XYZ18.89728.171280.7020
Yxy8.17120.17530.0758
Hunter Lab28.585367.9786-147.3777
CIE-Lab34.336974.8559-94.2092

#520ced color RGB value is (82,12,237).

#520ced hex color red value is 82, green value is 12 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #520ced hue: 0.72 , saturation: 0.90 and the lightness value of 520ced is 0.49.

The process color (four color CMYK) of #520ced color hex is 0.65, 0.95, 0.00, 0.07. Web safe color of #520ced is #6600ff. Color #520ced contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 00001100 11101101
Octal 122 14 355
Decimal 82 12 237
Hex 52 C ED

RGB Percentages of Color #520ced

%24.77
%3.63
%71.60

CMYK Percentages of Color #520ced

%65
%95
%0
%7

Triadic Colors of #520ced

#520ced #ed520c #0ced52

Analogous Colors of #520ced

#520ced #c30ced #0c36ed

Monochromatic Colors of #520ced

#520ced

Complementary Color

#520ced #a7ed0c

#520ced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#520ced Color Preview on White Background

Lorem ipsum dolor sit amet.

#520ced Color CSS Codes

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

#520ced Text Font Color

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

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


#520ced Background Color

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

This div background color is #520ced


#520ced Border Color

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

This div border color is #520ced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #520ced


Comments

No comments written yet.

Please login to write comment.