Color Hex Logo

#5956dc Color Hex

#5956DC
(89,86,220)
0 Favorites   0 Comments

Color spaces of #5956dc

RGB 8986220
HSL0.670.660.60
HSV241°61°86°
CMYK 0.600.610.00   0.14
XYZ20.365913.946769.3287
Yxy13.94670.19650.1346
Hunter Lab37.345331.9891-83.9257
CIE-Lab44.156439.9030-68.3425

#5956dc color RGB value is (89,86,220).

#5956dc hex color red value is 89, green value is 86 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #5956dc hue: 0.67 , saturation: 0.66 and the lightness value of 5956dc is 0.60.

The process color (four color CMYK) of #5956dc color hex is 0.60, 0.61, 0.00, 0.14. Web safe color of #5956dc is #6666cc. Color #5956dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 01010110 11011100
Octal 131 126 334
Decimal 89 86 220
Hex 59 56 DC

RGB Percentages of Color #5956dc

%22.53
%21.77
%55.70

CMYK Percentages of Color #5956dc

%60
%61
%0
%14

Triadic Colors of #5956dc

#5956dc #dc5956 #56dc59

Analogous Colors of #5956dc

#5956dc #9c56dc #5696dc

Monochromatic Colors of #5956dc

#5956dc

Complementary Color

#5956dc #d9dc56

#5956dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5956dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5956dc Color CSS Codes

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

#5956dc Text Font Color

<p style="color:#5956dc">Text here</p>

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


#5956dc Background Color

<div style="background-color:#5956dc">
Div content here</div>

This div background color is #5956dc


#5956dc Border Color

<div style="border:3px solid #5956dc">
Div here</div>

This div border color is #5956dc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(89,86,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5956dc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5956dc;
  -webkit-box-shadow: 1px 1px 3px 2px #5956dc;
  box-shadow:         1px 1px 3px 2px #5956dc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5956dc


Comments

No comments written yet.

Please login to write comment.