Color Hex Logo

#5606cc Color Hex

#5606CC
(86,6,204)
0 Favorites   0 Comments

Color spaces of #5606cc

RGB 866204
HSL0.730.940.41
HSV264°97°80°
CMYK 0.580.970.00   0.20
XYZ14.80206.468357.5951
Yxy6.46830.18770.0820
Hunter Lab25.432959.3801-116.4648
CIE-Lab30.564568.2983-81.4643

#5606cc color RGB value is (86,6,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010110 00000110 11001100
Octal 126 6 314
Decimal 86 6 204
Hex 56 6 CC

RGB Percentages of Color #5606cc

%29.05
%2.03
%68.92

CMYK Percentages of Color #5606cc

%58
%97
%0
%20

Triadic Colors of #5606cc

#5606cc #cc5606 #06cc56

Analogous Colors of #5606cc

#5606cc #b906cc #0619cc

Monochromatic Colors of #5606cc

#5606cc

Complementary Color

#5606cc #7ccc06

#5606cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5606cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5606cc Color CSS Codes

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

#5606cc Text Font Color

<p style="color:#5606cc">Text here</p>

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


#5606cc Background Color

<div style="background-color:#5606cc">
Div content here</div>

This div background color is #5606cc


#5606cc Border Color

<div style="border:3px solid #5606cc">
Div here</div>

This div border color is #5606cc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(86,6,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5606cc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5606cc;
  -webkit-box-shadow: 1px 1px 3px 2px #5606cc;
  box-shadow:         1px 1px 3px 2px #5606cc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5606cc


Comments

No comments written yet.

Please login to write comment.