Color Hex Logo

#5936bc Color Hex

#5936BC
(89,54,188)
0 Favorites   0 Comments

Color spaces of #5936bc

RGB 8954188
HSL0.710.550.47
HSV256°71°74°
CMYK 0.530.710.00   0.26
XYZ14.51618.393048.4319
Yxy8.39300.20350.1176
Hunter Lab28.970738.7409-78.8389
CIE-Lab34.788348.3489-65.1040

#5936bc color RGB value is (89,54,188).

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

The process color (four color CMYK) of #5936bc color hex is 0.53, 0.71, 0.00, 0.26. Web safe color of #5936bc is #6633cc. Color #5936bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 00110110 10111100
Octal 131 66 274
Decimal 89 54 188
Hex 59 36 BC

RGB Percentages of Color #5936bc

%26.89
%16.31
%56.80

CMYK Percentages of Color #5936bc

%53
%71
%0
%26

Triadic Colors of #5936bc

#5936bc #bc5936 #36bc59

Analogous Colors of #5936bc

#5936bc #9c36bc #3656bc

Monochromatic Colors of #5936bc

#5936bc

Complementary Color

#5936bc #99bc36

#5936bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5936bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5936bc Color CSS Codes

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

#5936bc Text Font Color

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

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


#5936bc Background Color

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

This div background color is #5936bc


#5936bc Border Color

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

This div border color is #5936bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5936bc


Comments

No comments written yet.

Please login to write comment.