Color Hex Logo

#520cec Color Hex

#520CEC
(82,12,236)
0 Favorites   0 Comments

Color spaces of #520cec

RGB 8212236
HSL0.720.900.49
HSV259°95°93°
CMYK 0.650.950.00   0.07
XYZ18.75158.112979.9345
Yxy8.11290.17560.0760
Hunter Lab28.483267.6676-146.4520
CIE-Lab34.216974.6212-93.8405

#520cec color RGB value is (82,12,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 00001100 11101100
Octal 122 14 354
Decimal 82 12 236
Hex 52 C EC

RGB Percentages of Color #520cec

%24.85
%3.64
%71.52

CMYK Percentages of Color #520cec

%65
%95
%0
%7

Triadic Colors of #520cec

#520cec #ec520c #0cec52

Analogous Colors of #520cec

#520cec #c20cec #0c36ec

Monochromatic Colors of #520cec

#520cec

Complementary Color

#520cec #a6ec0c

#520cec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#520cec Color Preview on White Background

Lorem ipsum dolor sit amet.

#520cec Color CSS Codes

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

#520cec Text Font Color

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

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


#520cec Background Color

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

This div background color is #520cec


#520cec Border Color

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

This div border color is #520cec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #520cec


Comments

No comments written yet.

Please login to write comment.