Color Hex Logo

#589efa Color Hex

#589EFA
(88,158,250)
0 Favorites   0 Comments

Color spaces of #589efa

RGB 88158250
HSL0.590.940.66
HSV214°65°98°
CMYK 0.650.370.00   0.02
XYZ33.506733.430695.1292
Yxy33.43060.20670.2063
Hunter Lab57.81922.2586-57.0756
CIE-Lab64.50816.1936-52.3901

#589efa color RGB value is (88,158,250).

#589efa hex color red value is 88, green value is 158 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #589efa hue: 0.59 , saturation: 0.94 and the lightness value of 589efa is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 10011110 11111010
Octal 130 236 372
Decimal 88 158 250
Hex 58 9E FA

RGB Percentages of Color #589efa

%17.74
%31.85
%50.40

CMYK Percentages of Color #589efa

%65
%37
%0
%2

Triadic Colors of #589efa

#589efa #fa589e #9efa58

Analogous Colors of #589efa

#589efa #6358fa #58effa

Monochromatic Colors of #589efa

#589efa

Complementary Color

#589efa #fab458

#589efa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#589efa Color Preview on White Background

Lorem ipsum dolor sit amet.

#589efa Color CSS Codes

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

#589efa Text Font Color

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

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


#589efa Background Color

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

This div background color is #589efa


#589efa Border Color

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

This div border color is #589efa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #589efa

Related Colors


Comments

No comments written yet.

Please login to write comment.