Color Hex Logo

#589bfe Color Hex

#589BFE
(88,155,254)
0 Favorites   0 Comments

Color spaces of #589bfe

RGB 88155254
HSL0.600.990.67
HSV216°65°100°
CMYK 0.650.390.00   0.00
XYZ33.635232.673298.2997
Yxy32.67320.20430.1985
Hunter Lab57.16055.0047-61.9495
CIE-Lab63.89549.2853-55.5473

#589bfe color RGB value is (88,155,254).

#589bfe hex color red value is 88, green value is 155 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #589bfe hue: 0.60 , saturation: 0.99 and the lightness value of 589bfe is 0.67.

The process color (four color CMYK) of #589bfe color hex is 0.65, 0.39, 0.00, 0.00. Web safe color of #589bfe is #6699ff. Color #589bfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 10011011 11111110
Octal 130 233 376
Decimal 88 155 254
Hex 58 9B FE

RGB Percentages of Color #589bfe

%17.71
%31.19
%51.11

CMYK Percentages of Color #589bfe

%65
%39
%0
%0

Triadic Colors of #589bfe

#589bfe #fe589b #9bfe58

Analogous Colors of #589bfe

#589bfe #6858fe #58eefe

Monochromatic Colors of #589bfe

#589bfe

Complementary Color

#589bfe #febb58

#589bfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#589bfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#589bfe Color CSS Codes

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

#589bfe Text Font Color

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

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


#589bfe Background Color

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

This div background color is #589bfe


#589bfe Border Color

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

This div border color is #589bfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #589bfe


Comments

No comments written yet.

Please login to write comment.