Color Hex Logo

#589efc Color Hex

#589EFC
(88,158,252)
0 Favorites   0 Comments

Color spaces of #589efc

RGB 88158252
HSL0.600.960.67
HSV214°65°99°
CMYK 0.650.370.00   0.01
XYZ33.822033.556796.7899
Yxy33.55670.20600.2044
Hunter Lab57.92812.8450-58.5157
CIE-Lab64.60926.8623-53.3219

#589efc color RGB value is (88,158,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 10011110 11111100
Octal 130 236 374
Decimal 88 158 252
Hex 58 9E FC

RGB Percentages of Color #589efc

%17.67
%31.73
%50.60

CMYK Percentages of Color #589efc

%65
%37
%0
%1

Triadic Colors of #589efc

#589efc #fc589e #9efc58

Analogous Colors of #589efc

#589efc #6458fc #58f0fc

Monochromatic Colors of #589efc

#589efc

Complementary Color

#589efc #fcb658

#589efc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#589efc Color Preview on White Background

Lorem ipsum dolor sit amet.

#589efc Color CSS Codes

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

#589efc Text Font Color

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

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


#589efc Background Color

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

This div background color is #589efc


#589efc Border Color

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

This div border color is #589efc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #589efc


Comments

No comments written yet.

Please login to write comment.