Color Hex Logo

#5936ce Color Hex

#5936CE
(89,54,206)
0 Favorites   0 Comments

Color spaces of #5936ce

RGB 8954206
HSL0.710.610.51
HSV254°74°81°
CMYK 0.570.740.00   0.19
XYZ16.57969.218459.2980
Yxy9.21840.19480.1083
Hunter Lab30.361844.3399-94.5428
CIE-Lab36.401453.5031-72.9792

#5936ce color RGB value is (89,54,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 00110110 11001110
Octal 131 66 316
Decimal 89 54 206
Hex 59 36 CE

RGB Percentages of Color #5936ce

%25.50
%15.47
%59.03

CMYK Percentages of Color #5936ce

%57
%74
%0
%19

Triadic Colors of #5936ce

#5936ce #ce5936 #36ce59

Analogous Colors of #5936ce

#5936ce #a536ce #365fce

Monochromatic Colors of #5936ce

#5936ce

Complementary Color

#5936ce #abce36

#5936ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5936ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#5936ce Color CSS Codes

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

#5936ce Text Font Color

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

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


#5936ce Background Color

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

This div background color is #5936ce


#5936ce Border Color

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

This div border color is #5936ce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(89,54,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #5936ce">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5936ce


Comments

No comments written yet.

Please login to write comment.