Color Hex Logo

#5956de Color Hex

#5956DE
(89,86,222)
0 Favorites   0 Comments

Color spaces of #5956de

RGB 8986222
HSL0.670.670.60
HSV241°61°87°
CMYK 0.600.610.00   0.13
XYZ20.632414.053470.7324
Yxy14.05340.19570.1333
Hunter Lab37.487932.6383-85.6273
CIE-Lab44.309440.5428-69.2322

#5956de color RGB value is (89,86,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 01010110 11011110
Octal 131 126 336
Decimal 89 86 222
Hex 59 56 DE

RGB Percentages of Color #5956de

%22.42
%21.66
%55.92

CMYK Percentages of Color #5956de

%60
%61
%0
%13

Triadic Colors of #5956de

#5956de #de5956 #56de59

Analogous Colors of #5956de

#5956de #9d56de #5697de

Monochromatic Colors of #5956de

#5956de

Complementary Color

#5956de #dbde56

#5956de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5956de Color Preview on White Background

Lorem ipsum dolor sit amet.

#5956de Color CSS Codes

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

#5956de Text Font Color

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

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


#5956de Background Color

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

This div background color is #5956de


#5956de Border Color

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

This div border color is #5956de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5956de


Comments

No comments written yet.

Please login to write comment.