Color Hex Logo

#595eba Color Hex

#595EBA
(89,94,186)
0 Favorites   0 Comments

Color spaces of #595eba

RGB 8994186
HSL0.660.410.54
HSV237°52°73°
CMYK 0.520.490.00   0.27
XYZ16.985513.674448.1986
Yxy13.67440.21540.1734
Hunter Lab36.978917.2772-51.3938
CIE-Lab43.762324.0367-49.3860

#595eba color RGB value is (89,94,186).

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

The process color (four color CMYK) of #595eba color hex is 0.52, 0.49, 0.00, 0.27. Web safe color of #595eba is #6666cc. Color #595eba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 01011110 10111010
Octal 131 136 272
Decimal 89 94 186
Hex 59 5E BA

RGB Percentages of Color #595eba

%24.12
%25.47
%50.41

CMYK Percentages of Color #595eba

%52
%49
%0
%27

Triadic Colors of #595eba

#595eba #ba595e #5eba59

Analogous Colors of #595eba

#595eba #8559ba #598fba

Monochromatic Colors of #595eba

#595eba

Complementary Color

#595eba #bab559

#595eba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#595eba Color Preview on White Background

Lorem ipsum dolor sit amet.

#595eba Color CSS Codes

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

#595eba Text Font Color

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

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


#595eba Background Color

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

This div background color is #595eba


#595eba Border Color

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

This div border color is #595eba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #595eba


Comments

No comments written yet.

Please login to write comment.