Color Hex Logo

#5959de Color Hex

#5959DE
(89,89,222)
0 Favorites   0 Comments

Color spaces of #5959de

RGB 8989222
HSL0.670.670.61
HSV240°60°87°
CMYK 0.600.600.00   0.13
XYZ20.877014.542570.8139
Yxy14.54250.19650.1369
Hunter Lab38.134630.9851-83.4040
CIE-Lab45.001138.7442-68.1061

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 01011001 11011110
Octal 131 131 336
Decimal 89 89 222
Hex 59 59 DE

RGB Percentages of Color #5959de

%22.25
%22.25
%55.50

CMYK Percentages of Color #5959de

%60
%60
%0
%13

Triadic Colors of #5959de

#5959de #de5959 #59de59

Analogous Colors of #5959de

#5959de #9c59de #599cde

Monochromatic Colors of #5959de

#5959de

Complementary Color

#5959de #dede59

#5959de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5959de Color Preview on White Background

Lorem ipsum dolor sit amet.

#5959de Color CSS Codes

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

#5959de Text Font Color

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

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


#5959de Background Color

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

This div background color is #5959de


#5959de Border Color

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

This div border color is #5959de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5959de


Comments

No comments written yet.

Please login to write comment.