Color Hex Logo

#5889ff Color Hex

#5889FF
(88,137,255)
0 Favorites   0 Comments

Color spaces of #5889ff

RGB 88137255
HSL0.621.000.67
HSV222°65°100°
CMYK 0.650.460.00   0.00
XYZ31.020227.186098.2202
Yxy27.18600.19830.1738
Hunter Lab52.140214.9511-75.1907
CIE-Lab59.146120.3429-63.6836

#5889ff color RGB value is (88,137,255).

#5889ff hex color red value is 88, green value is 137 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #5889ff hue: 0.62 , saturation: 1.00 and the lightness value of 5889ff is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 10001001 11111111
Octal 130 211 377
Decimal 88 137 255
Hex 58 89 FF

RGB Percentages of Color #5889ff

%18.33
%28.54
%53.13

CMYK Percentages of Color #5889ff

%65
%46
%0
%0

Triadic Colors of #5889ff

#5889ff #ff5889 #89ff58

Analogous Colors of #5889ff

#5889ff #7b58ff #58ddff

Monochromatic Colors of #5889ff

#5889ff

Complementary Color

#5889ff #ffce58

#5889ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5889ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#5889ff Color CSS Codes

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

#5889ff Text Font Color

<p style="color:#5889ff">Text here</p>

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


#5889ff Background Color

<div style="background-color:#5889ff">
Div content here</div>

This div background color is #5889ff


#5889ff Border Color

<div style="border:3px solid #5889ff">
Div here</div>

This div border color is #5889ff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(88,137,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5889ff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5889ff;
  -webkit-box-shadow: 1px 1px 3px 2px #5889ff;
  box-shadow:         1px 1px 3px 2px #5889ff; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5889ff


Comments

No comments written yet.

Please login to write comment.