Color Hex Logo

#595ebd Color Hex

#595EBD
(89,94,189)
0 Favorites   0 Comments

Color spaces of #595ebd

RGB 8994189
HSL0.660.430.55
HSV237°53°74°
CMYK 0.530.500.00   0.26
XYZ17.307813.803449.8962
Yxy13.80340.21370.1704
Hunter Lab37.152918.1371-53.6191
CIE-Lab43.949724.9993-50.8319

#595ebd color RGB value is (89,94,189).

#595ebd hex color red value is 89, green value is 94 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #595ebd hue: 0.66 , saturation: 0.43 and the lightness value of 595ebd is 0.55.

The process color (four color CMYK) of #595ebd color hex is 0.53, 0.50, 0.00, 0.26. Web safe color of #595ebd is #6666cc. Color #595ebd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 01011110 10111101
Octal 131 136 275
Decimal 89 94 189
Hex 59 5E BD

RGB Percentages of Color #595ebd

%23.92
%25.27
%50.81

CMYK Percentages of Color #595ebd

%53
%50
%0
%26

Triadic Colors of #595ebd

#595ebd #bd595e #5ebd59

Analogous Colors of #595ebd

#595ebd #8659bd #5990bd

Monochromatic Colors of #595ebd

#595ebd

Complementary Color

#595ebd #bdb859

#595ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#595ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#595ebd Color CSS Codes

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

#595ebd Text Font Color

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

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


#595ebd Background Color

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

This div background color is #595ebd


#595ebd Border Color

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

This div border color is #595ebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #595ebd


Comments

No comments written yet.

Please login to write comment.