Color Hex Logo

#5961de Color Hex

#5961DE
(89,97,222)
0 Favorites   0 Comments

Color spaces of #5961de

RGB 8997222
HSL0.660.670.61
HSV236°60°87°
CMYK 0.600.560.00   0.13
XYZ21.579315.947271.0480
Yxy15.94720.19880.1469
Hunter Lab39.933926.5725-77.5313
CIE-Lab46.905133.8828-65.0140

#5961de color RGB value is (89,97,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 01100001 11011110
Octal 131 141 336
Decimal 89 97 222
Hex 59 61 DE

RGB Percentages of Color #5961de

%21.81
%23.77
%54.41

CMYK Percentages of Color #5961de

%60
%56
%0
%13

Triadic Colors of #5961de

#5961de #de5961 #61de59

Analogous Colors of #5961de

#5961de #9459de #59a4de

Monochromatic Colors of #5961de

#5961de

Complementary Color

#5961de #ded659

#5961de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5961de Color Preview on White Background

Lorem ipsum dolor sit amet.

#5961de Color CSS Codes

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

#5961de Text Font Color

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

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


#5961de Background Color

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

This div background color is #5961de


#5961de Border Color

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

This div border color is #5961de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5961de


Comments

No comments written yet.

Please login to write comment.