Color Hex Logo

#598bcb Color Hex

#598BCB
(89,139,203)
0 Favorites   0 Comments

Color spaces of #598bcb

RGB 89139203
HSL0.590.520.57
HSV214°56°80°
CMYK 0.560.320.00   0.20
XYZ24.131924.900960.0344
Yxy24.90090.22130.2283
Hunter Lab49.9008-1.0043-36.3997
CIE-Lab56.97872.0439-38.1744

#598bcb color RGB value is (89,139,203).

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

The process color (four color CMYK) of #598bcb color hex is 0.56, 0.32, 0.00, 0.20. Web safe color of #598bcb is #6699cc. Color #598bcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 10001011 11001011
Octal 131 213 313
Decimal 89 139 203
Hex 59 8B CB

RGB Percentages of Color #598bcb

%20.65
%32.25
%47.10

CMYK Percentages of Color #598bcb

%56
%32
%0
%20

Triadic Colors of #598bcb

#598bcb #cb598b #8bcb59

Analogous Colors of #598bcb

#598bcb #6059cb #59c4cb

Monochromatic Colors of #598bcb

#598bcb

Complementary Color

#598bcb #cb9959

#598bcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#598bcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#598bcb Color CSS Codes

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

#598bcb Text Font Color

<p style="color:#598bcb">Text here</p>

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


#598bcb Background Color

<div style="background-color:#598bcb">
Div content here</div>

This div background color is #598bcb


#598bcb Border Color

<div style="border:3px solid #598bcb">
Div here</div>

This div border color is #598bcb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(89,139,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 #598bcb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #598bcb


Comments

No comments written yet.

Please login to write comment.