Color Hex Logo

#5206dc Color Hex

#5206DC
(82,6,220)
0 Favorites   0 Comments

Color spaces of #5206dc

RGB 826220
HSL0.730.950.44
HSV261°97°86°
CMYK 0.630.970.00   0.14
XYZ16.46317.091468.2112
Yxy7.09140.17940.0773
Hunter Lab26.629763.7510-133.2289
CIE-Lab32.014171.7582-88.3480

#5206dc color RGB value is (82,6,220).

#5206dc hex color red value is 82, green value is 6 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #5206dc hue: 0.73 , saturation: 0.95 and the lightness value of 5206dc is 0.44.

The process color (four color CMYK) of #5206dc color hex is 0.63, 0.97, 0.00, 0.14. Web safe color of #5206dc is #6600cc. Color #5206dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 00000110 11011100
Octal 122 6 334
Decimal 82 6 220
Hex 52 6 DC

RGB Percentages of Color #5206dc

%26.62
%1.95
%71.43

CMYK Percentages of Color #5206dc

%63
%97
%0
%14

Triadic Colors of #5206dc

#5206dc #dc5206 #06dc52

Analogous Colors of #5206dc

#5206dc #bd06dc #0625dc

Monochromatic Colors of #5206dc

#5206dc

Complementary Color

#5206dc #90dc06

#5206dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5206dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5206dc Color CSS Codes

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

#5206dc Text Font Color

<p style="color:#5206dc">Text here</p>

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


#5206dc Background Color

<div style="background-color:#5206dc">
Div content here</div>

This div background color is #5206dc


#5206dc Border Color

<div style="border:3px solid #5206dc">
Div here</div>

This div border color is #5206dc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(82,6,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5206dc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5206dc;
  -webkit-box-shadow: 1px 1px 3px 2px #5206dc;
  box-shadow:         1px 1px 3px 2px #5206dc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5206dc


Comments

No comments written yet.

Please login to write comment.