Color Hex Logo

#5603cc Color Hex

#5603CC
(86,3,204)
0 Favorites   0 Comments

Color spaces of #5603cc

RGB 863204
HSL0.740.970.41
HSV265°99°80°
CMYK 0.580.990.00   0.20
XYZ14.76946.403257.5842
Yxy6.40320.18750.0813
Hunter Lab25.304559.9014-117.2099
CIE-Lab30.407768.7763-81.7243

#5603cc color RGB value is (86,3,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010110 00000011 11001100
Octal 126 3 314
Decimal 86 3 204
Hex 56 3 CC

RGB Percentages of Color #5603cc

%29.35
%1.02
%69.62

CMYK Percentages of Color #5603cc

%58
%99
%0
%20

Triadic Colors of #5603cc

#5603cc #cc5603 #03cc56

Analogous Colors of #5603cc

#5603cc #bb03cc #0315cc

Monochromatic Colors of #5603cc

#5603cc

Complementary Color

#5603cc #79cc03

#5603cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5603cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5603cc Color CSS Codes

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

#5603cc Text Font Color

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

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


#5603cc Background Color

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

This div background color is #5603cc


#5603cc Border Color

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

This div border color is #5603cc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(86,3,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 #5603cc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5603cc


Comments

No comments written yet.

Please login to write comment.