Color Hex Logo

#5936cc Color Hex

#5936CC
(89,54,204)
0 Favorites   0 Comments

Color spaces of #5936cc

RGB 8954204
HSL0.710.600.51
HSV254°74°80°
CMYK 0.560.740.00   0.20
XYZ16.33819.121858.0263
Yxy9.12180.19570.1093
Hunter Lab30.202343.7064-92.7695
CIE-Lab36.217852.9318-72.1199

#5936cc color RGB value is (89,54,204).

#5936cc hex color red value is 89, green value is 54 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #5936cc hue: 0.71 , saturation: 0.60 and the lightness value of 5936cc is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 00110110 11001100
Octal 131 66 314
Decimal 89 54 204
Hex 59 36 CC

RGB Percentages of Color #5936cc

%25.65
%15.56
%58.79

CMYK Percentages of Color #5936cc

%56
%74
%0
%20

Triadic Colors of #5936cc

#5936cc #cc5936 #36cc59

Analogous Colors of #5936cc

#5936cc #a436cc #365ecc

Monochromatic Colors of #5936cc

#5936cc

Complementary Color

#5936cc #a9cc36

#5936cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5936cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5936cc Color CSS Codes

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

#5936cc Text Font Color

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

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


#5936cc Background Color

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

This div background color is #5936cc


#5936cc Border Color

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

This div border color is #5936cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5936cc


Comments

No comments written yet.

Please login to write comment.