Color Hex Logo

#597ecb Color Hex

#597ECB
(89,126,203)
0 Favorites   0 Comments

Color spaces of #597ecb

RGB 89126203
HSL0.610.520.57
HSV221°56°80°
CMYK 0.560.380.00   0.20
XYZ22.360221.357459.4438
Yxy21.35740.21670.2070
Hunter Lab46.21415.4908-43.9131
CIE-Lab53.33849.7889-43.9112

#597ecb color RGB value is (89,126,203).

#597ecb hex color red value is 89, green value is 126 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #597ecb hue: 0.61 , saturation: 0.52 and the lightness value of 597ecb is 0.57.

The process color (four color CMYK) of #597ecb color hex is 0.56, 0.38, 0.00, 0.20. Web safe color of #597ecb is #6666cc. Color #597ecb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 01111110 11001011
Octal 131 176 313
Decimal 89 126 203
Hex 59 7E CB

RGB Percentages of Color #597ecb

%21.29
%30.14
%48.56

CMYK Percentages of Color #597ecb

%56
%38
%0
%20

Triadic Colors of #597ecb

#597ecb #cb597e #7ecb59

Analogous Colors of #597ecb

#597ecb #6d59cb #59b7cb

Monochromatic Colors of #597ecb

#597ecb

Complementary Color

#597ecb #cba659

#597ecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#597ecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#597ecb Color CSS Codes

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

#597ecb Text Font Color

<p style="color:#597ecb">Text here</p>

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


#597ecb Background Color

<div style="background-color:#597ecb">
Div content here</div>

This div background color is #597ecb


#597ecb Border Color

<div style="border:3px solid #597ecb">
Div here</div>

This div border color is #597ecb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(89,126,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #597ecb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #597ecb;
  -webkit-box-shadow: 1px 1px 3px 2px #597ecb;
  box-shadow:         1px 1px 3px 2px #597ecb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #597ecb


Comments

No comments written yet.

Please login to write comment.