Color Hex Logo

#595ebf Color Hex

#595EBF
(89,94,191)
0 Favorites   0 Comments

Color spaces of #595ebf

RGB 8994191
HSL0.660.440.55
HSV237°53°75°
CMYK 0.530.510.00   0.25
XYZ17.526513.890851.0477
Yxy13.89080.21250.1684
Hunter Lab37.270418.7170-55.1178
CIE-Lab44.075925.6438-51.7914

#595ebf color RGB value is (89,94,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 01011110 10111111
Octal 131 136 277
Decimal 89 94 191
Hex 59 5E BF

RGB Percentages of Color #595ebf

%23.80
%25.13
%51.07

CMYK Percentages of Color #595ebf

%53
%51
%0
%25

Triadic Colors of #595ebf

#595ebf #bf595e #5ebf59

Analogous Colors of #595ebf

#595ebf #8759bf #5991bf

Monochromatic Colors of #595ebf

#595ebf

Complementary Color

#595ebf #bfba59

#595ebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#595ebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#595ebf Color CSS Codes

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

#595ebf Text Font Color

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

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


#595ebf Background Color

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

This div background color is #595ebf


#595ebf Border Color

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

This div border color is #595ebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #595ebf


Comments

No comments written yet.

Please login to write comment.