Color Hex Logo

#5949cc Color Hex

#5949CC
(89,73,204)
0 Favorites   0 Comments

Color spaces of #5949cc

RGB 8973204
HSL0.690.560.54
HSV247°64°80°
CMYK 0.560.640.00   0.20
XYZ17.401511.248658.3808
Yxy11.24860.19990.1292
Hunter Lab33.538933.9207-79.7281
CIE-Lab39.996142.5512-65.9351

#5949cc color RGB value is (89,73,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 01001001 11001100
Octal 131 111 314
Decimal 89 73 204
Hex 59 49 CC

RGB Percentages of Color #5949cc

%24.32
%19.95
%55.74

CMYK Percentages of Color #5949cc

%56
%64
%0
%20

Triadic Colors of #5949cc

#5949cc #cc5949 #49cc59

Analogous Colors of #5949cc

#5949cc #9b49cc #497bcc

Monochromatic Colors of #5949cc

#5949cc

Complementary Color

#5949cc #bccc49

#5949cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5949cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5949cc Color CSS Codes

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

#5949cc Text Font Color

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

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


#5949cc Background Color

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

This div background color is #5949cc


#5949cc Border Color

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

This div border color is #5949cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5949cc


Comments

No comments written yet.

Please login to write comment.