Color Hex Logo

#5950cc Color Hex

#5950CC
(89,80,204)
0 Favorites   0 Comments

Color spaces of #5950cc

RGB 8980204
HSL0.680.550.56
HSV244°61°80°
CMYK 0.560.610.00   0.20
XYZ17.887612.220858.5428
Yxy12.22080.20180.1379
Hunter Lab34.958330.1587-74.8191
CIE-Lab41.564938.4083-63.3803

#5950cc color RGB value is (89,80,204).

#5950cc hex color red value is 89, green value is 80 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #5950cc hue: 0.68 , saturation: 0.55 and the lightness value of 5950cc is 0.56.

The process color (four color CMYK) of #5950cc color hex is 0.56, 0.61, 0.00, 0.20. Web safe color of #5950cc is #6666cc. Color #5950cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 01010000 11001100
Octal 131 120 314
Decimal 89 80 204
Hex 59 50 CC

RGB Percentages of Color #5950cc

%23.86
%21.45
%54.69

CMYK Percentages of Color #5950cc

%56
%61
%0
%20

Triadic Colors of #5950cc

#5950cc #cc5950 #50cc59

Analogous Colors of #5950cc

#5950cc #9750cc #5085cc

Monochromatic Colors of #5950cc

#5950cc

Complementary Color

#5950cc #c3cc50

#5950cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5950cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5950cc Color CSS Codes

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

#5950cc Text Font Color

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

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


#5950cc Background Color

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

This div background color is #5950cc


#5950cc Border Color

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

This div border color is #5950cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5950cc


Comments

No comments written yet.

Please login to write comment.