Color Hex Logo

#595bdf Color Hex

#595BDF
(89,91,223)
0 Favorites   0 Comments

Color spaces of #595bdf

RGB 8991223
HSL0.660.680.61
HSV239°60°87°
CMYK 0.600.590.00   0.13
XYZ21.180214.933771.5782
Yxy14.93370.19670.1387
Hunter Lab38.644130.2056-82.7684
CIE-Lab45.543337.8608-67.7925

#595bdf color RGB value is (89,91,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 01011011 11011111
Octal 131 133 337
Decimal 89 91 223
Hex 59 5B DF

RGB Percentages of Color #595bdf

%22.08
%22.58
%55.33

CMYK Percentages of Color #595bdf

%60
%59
%0
%13

Triadic Colors of #595bdf

#595bdf #df595b #5bdf59

Analogous Colors of #595bdf

#595bdf #9a59df #599edf

Monochromatic Colors of #595bdf

#595bdf

Complementary Color

#595bdf #dfdd59

#595bdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#595bdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#595bdf Color CSS Codes

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

#595bdf Text Font Color

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

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


#595bdf Background Color

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

This div background color is #595bdf


#595bdf Border Color

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

This div border color is #595bdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #595bdf


Comments

No comments written yet.

Please login to write comment.