Color Hex Logo

#589bce Color Hex

#589BCE
(88,155,206)
0 Favorites   0 Comments

Color spaces of #589bce

RGB 88155206
HSL0.570.550.58
HSV206°57°81°
CMYK 0.570.250.00   0.19
XYZ26.886429.973662.7609
Yxy29.97360.22480.2506
Hunter Lab54.7482-8.1493-29.6438
CIE-Lab61.6314-6.3960-32.5986

#589bce color RGB value is (88,155,206).

#589bce hex color red value is 88, green value is 155 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #589bce hue: 0.57 , saturation: 0.55 and the lightness value of 589bce is 0.58.

The process color (four color CMYK) of #589bce color hex is 0.57, 0.25, 0.00, 0.19. Web safe color of #589bce is #6699cc. Color #589bce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 10011011 11001110
Octal 130 233 316
Decimal 88 155 206
Hex 58 9B CE

RGB Percentages of Color #589bce

%19.60
%34.52
%45.88

CMYK Percentages of Color #589bce

%57
%25
%0
%19

Triadic Colors of #589bce

#589bce #ce589b #9bce58

Analogous Colors of #589bce

#589bce #5860ce #58cec6

Monochromatic Colors of #589bce

#589bce

Complementary Color

#589bce #ce8b58

#589bce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#589bce Color Preview on White Background

Lorem ipsum dolor sit amet.

#589bce Color CSS Codes

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

#589bce Text Font Color

<p style="color:#589bce">Text here</p>

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


#589bce Background Color

<div style="background-color:#589bce">
Div content here</div>

This div background color is #589bce


#589bce Border Color

<div style="border:3px solid #589bce">
Div here</div>

This div border color is #589bce


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(88,155,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #589bce; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #589bce;
  -webkit-box-shadow: 1px 1px 3px 2px #589bce;
  box-shadow:         1px 1px 3px 2px #589bce; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(88,155,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #589bce


Comments

No comments written yet.

Please login to write comment.