Color Hex Logo

#5206cb Color Hex

#5206CB
(82,6,203)
0 Favorites   0 Comments

Color spaces of #5206cb

RGB 826203
HSL0.730.940.41
HSV263°97°80°
CMYK 0.600.970.00   0.20
XYZ14.32436.235956.9486
Yxy6.23590.18480.0805
Hunter Lab24.971858.6904-117.7317
CIE-Lab30.000067.8059-81.8300

#5206cb color RGB value is (82,6,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 00000110 11001011
Octal 122 6 313
Decimal 82 6 203
Hex 52 6 CB

RGB Percentages of Color #5206cb

%28.18
%2.06
%69.76

CMYK Percentages of Color #5206cb

%60
%97
%0
%20

Triadic Colors of #5206cb

#5206cb #cb5206 #06cb52

Analogous Colors of #5206cb

#5206cb #b506cb #061ccb

Monochromatic Colors of #5206cb

#5206cb

Complementary Color

#5206cb #7fcb06

#5206cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5206cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5206cb Color CSS Codes

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

#5206cb Text Font Color

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

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


#5206cb Background Color

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

This div background color is #5206cb


#5206cb Border Color

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

This div border color is #5206cb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(82,6,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 #5206cb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5206cb


Comments

No comments written yet.

Please login to write comment.