Color Hex Logo

#5960dd Color Hex

#5960DD
(89,96,221)
0 Favorites   0 Comments

Color spaces of #5960dd

RGB 8996221
HSL0.660.660.61
HSV237°60°87°
CMYK 0.600.570.00   0.13
XYZ21.353815.710070.3135
Yxy15.71000.19890.1463
Hunter Lab39.635826.8041-77.4346
CIE-Lab46.591734.1676-64.9546

#5960dd color RGB value is (89,96,221).

#5960dd hex color red value is 89, green value is 96 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #5960dd hue: 0.66 , saturation: 0.66 and the lightness value of 5960dd is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 01100000 11011101
Octal 131 140 335
Decimal 89 96 221
Hex 59 60 DD

RGB Percentages of Color #5960dd

%21.92
%23.65
%54.43

CMYK Percentages of Color #5960dd

%60
%57
%0
%13

Triadic Colors of #5960dd

#5960dd #dd5960 #60dd59

Analogous Colors of #5960dd

#5960dd #9459dd #59a2dd

Monochromatic Colors of #5960dd

#5960dd

Complementary Color

#5960dd #ddd659

#5960dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5960dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5960dd Color CSS Codes

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

#5960dd Text Font Color

<p style="color:#5960dd">Text here</p>

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


#5960dd Background Color

<div style="background-color:#5960dd">
Div content here</div>

This div background color is #5960dd


#5960dd Border Color

<div style="border:3px solid #5960dd">
Div here</div>

This div border color is #5960dd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(89,96,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5960dd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5960dd;
  -webkit-box-shadow: 1px 1px 3px 2px #5960dd;
  box-shadow:         1px 1px 3px 2px #5960dd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5960dd


Comments

No comments written yet.

Please login to write comment.