Color Hex Logo

#595bed Color Hex

#595BED
(89,91,237)
0 Favorites   0 Comments

Color spaces of #595bed

RGB 8991237
HSL0.660.800.64
HSV239°62°93°
CMYK 0.620.620.00   0.07
XYZ23.147015.720481.9351
Yxy15.72040.19160.1301
Hunter Lab39.649034.8223-94.7693
CIE-Lab46.605542.3889-73.9737

#595bed color RGB value is (89,91,237).

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

The process color (four color CMYK) of #595bed color hex is 0.62, 0.62, 0.00, 0.07. Web safe color of #595bed is #6666ff. Color #595bed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 01011011 11101101
Octal 131 133 355
Decimal 89 91 237
Hex 59 5B ED

RGB Percentages of Color #595bed

%21.34
%21.82
%56.83

CMYK Percentages of Color #595bed

%62
%62
%0
%7

Triadic Colors of #595bed

#595bed #ed595b #5bed59

Analogous Colors of #595bed

#595bed #a159ed #59a5ed

Monochromatic Colors of #595bed

#595bed

Complementary Color

#595bed #edeb59

#595bed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#595bed Color Preview on White Background

Lorem ipsum dolor sit amet.

#595bed Color CSS Codes

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

#595bed Text Font Color

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

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


#595bed Background Color

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

This div background color is #595bed


#595bed Border Color

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

This div border color is #595bed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #595bed


Comments

No comments written yet.

Please login to write comment.