Color Hex Logo

#595bde Color Hex

#595BDE
(89,91,222)
0 Favorites   0 Comments

Color spaces of #595bde

RGB 8991222
HSL0.660.670.61
HSV239°60°87°
CMYK 0.600.590.00   0.13
XYZ21.045714.879970.8701
Yxy14.87990.19710.1393
Hunter Lab38.574529.8818-81.9271
CIE-Lab45.469337.5367-67.3448

#595bde color RGB value is (89,91,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 01011011 11011110
Octal 131 133 336
Decimal 89 91 222
Hex 59 5B DE

RGB Percentages of Color #595bde

%22.14
%22.64
%55.22

CMYK Percentages of Color #595bde

%60
%59
%0
%13

Triadic Colors of #595bde

#595bde #de595b #5bde59

Analogous Colors of #595bde

#595bde #9a59de #599ede

Monochromatic Colors of #595bde

#595bde

Complementary Color

#595bde #dedc59

#595bde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#595bde Color Preview on White Background

Lorem ipsum dolor sit amet.

#595bde Color CSS Codes

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

#595bde Text Font Color

<p style="color:#595bde">Text here</p>

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


#595bde Background Color

<div style="background-color:#595bde">
Div content here</div>

This div background color is #595bde


#595bde Border Color

<div style="border:3px solid #595bde">
Div here</div>

This div border color is #595bde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #595bde


Comments

No comments written yet.

Please login to write comment.