Color Hex Logo

#5940cc Color Hex

#5940CC
(89,64,204)
0 Favorites   0 Comments

Color spaces of #5940cc

RGB 8964204
HSL0.700.580.53
HSV251°69°80°
CMYK 0.560.690.00   0.20
XYZ16.852310.150358.1977
Yxy10.15030.19780.1191
Hunter Lab31.859538.6645-86.0032
CIE-Lab38.110847.6583-69.0154

#5940cc color RGB value is (89,64,204).

#5940cc hex color red value is 89, green value is 64 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #5940cc hue: 0.70 , saturation: 0.58 and the lightness value of 5940cc is 0.53.

The process color (four color CMYK) of #5940cc color hex is 0.56, 0.69, 0.00, 0.20. Web safe color of #5940cc is #6633cc. Color #5940cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 01000000 11001100
Octal 131 100 314
Decimal 89 64 204
Hex 59 40 CC

RGB Percentages of Color #5940cc

%24.93
%17.93
%57.14

CMYK Percentages of Color #5940cc

%56
%69
%0
%20

Triadic Colors of #5940cc

#5940cc #cc5940 #40cc59

Analogous Colors of #5940cc

#5940cc #9f40cc #406dcc

Monochromatic Colors of #5940cc

#5940cc

Complementary Color

#5940cc #b3cc40

#5940cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5940cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5940cc Color CSS Codes

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

#5940cc Text Font Color

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

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


#5940cc Background Color

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

This div background color is #5940cc


#5940cc Border Color

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

This div border color is #5940cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5940cc


Comments

No comments written yet.

Please login to write comment.