Color Hex Logo

#589bea Color Hex

#589BEA
(88,155,234)
0 Favorites   0 Comments

Color spaces of #589bea

RGB 88155234
HSL0.590.780.63
HSV212°62°92°
CMYK 0.620.340.00   0.08
XYZ30.597131.457982.3012
Yxy31.45790.21200.2179
Hunter Lab56.0873-0.7765-47.7396
CIE-Lab62.89232.6232-46.1636

#589bea color RGB value is (88,155,234).

#589bea hex color red value is 88, green value is 155 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #589bea hue: 0.59 , saturation: 0.78 and the lightness value of 589bea is 0.63.

The process color (four color CMYK) of #589bea color hex is 0.62, 0.34, 0.00, 0.08. Web safe color of #589bea is #6699ff. Color #589bea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 10011011 11101010
Octal 130 233 352
Decimal 88 155 234
Hex 58 9B EA

RGB Percentages of Color #589bea

%18.45
%32.49
%49.06

CMYK Percentages of Color #589bea

%62
%34
%0
%8

Triadic Colors of #589bea

#589bea #ea589b #9bea58

Analogous Colors of #589bea

#589bea #5e58ea #58e4ea

Monochromatic Colors of #589bea

#589bea

Complementary Color

#589bea #eaa758

#589bea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#589bea Color Preview on White Background

Lorem ipsum dolor sit amet.

#589bea Color CSS Codes

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

#589bea Text Font Color

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

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


#589bea Background Color

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

This div background color is #589bea


#589bea Border Color

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

This div border color is #589bea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #589bea


Comments

No comments written yet.

Please login to write comment.