Color Hex Logo

#5913cc Color Hex

#5913CC
(89,19,204)
0 Favorites   0 Comments

Color spaces of #5913cc

RGB 8919204
HSL0.730.830.44
HSV263°91°80°
CMYK 0.560.910.00   0.20
XYZ15.25186.949257.6642
Yxy6.94920.19100.0870
Hunter Lab26.361357.1419-111.2412
CIE-Lab31.691066.1404-79.5867

#5913cc color RGB value is (89,19,204).

#5913cc hex color red value is 89, green value is 19 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #5913cc hue: 0.73 , saturation: 0.83 and the lightness value of 5913cc is 0.44.

The process color (four color CMYK) of #5913cc color hex is 0.56, 0.91, 0.00, 0.20. Web safe color of #5913cc is #6600cc. Color #5913cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 00010011 11001100
Octal 131 23 314
Decimal 89 19 204
Hex 59 13 CC

RGB Percentages of Color #5913cc

%28.53
%6.09
%65.38

CMYK Percentages of Color #5913cc

%56
%91
%0
%20

Triadic Colors of #5913cc

#5913cc #cc5913 #13cc59

Analogous Colors of #5913cc

#5913cc #b613cc #132acc

Monochromatic Colors of #5913cc

#5913cc

Complementary Color

#5913cc #86cc13

#5913cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5913cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5913cc Color CSS Codes

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

#5913cc Text Font Color

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

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


#5913cc Background Color

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

This div background color is #5913cc


#5913cc Border Color

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

This div border color is #5913cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5913cc


Comments

No comments written yet.

Please login to write comment.