Color Hex Logo

#5893eb Color Hex

#5893EB
(88,147,235)
0 Favorites   0 Comments

Color spaces of #5893eb

RGB 88147235
HSL0.600.790.63
HSV216°63°92°
CMYK 0.630.370.00   0.08
XYZ29.453628.940382.6309
Yxy28.94030.20890.2052
Hunter Lab53.79623.5860-53.4121
CIE-Lab60.72897.6249-50.1365

#5893eb color RGB value is (88,147,235).

#5893eb hex color red value is 88, green value is 147 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #5893eb hue: 0.60 , saturation: 0.79 and the lightness value of 5893eb is 0.63.

The process color (four color CMYK) of #5893eb color hex is 0.63, 0.37, 0.00, 0.08. Web safe color of #5893eb is #6699ff. Color #5893eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 10010011 11101011
Octal 130 223 353
Decimal 88 147 235
Hex 58 93 EB

RGB Percentages of Color #5893eb

%18.72
%31.28
%50.00

CMYK Percentages of Color #5893eb

%63
%37
%0
%8

Triadic Colors of #5893eb

#5893eb #eb5893 #93eb58

Analogous Colors of #5893eb

#5893eb #6758eb #58ddeb

Monochromatic Colors of #5893eb

#5893eb

Complementary Color

#5893eb #ebb058

#5893eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5893eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5893eb Color CSS Codes

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

#5893eb Text Font Color

<p style="color:#5893eb">Text here</p>

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


#5893eb Background Color

<div style="background-color:#5893eb">
Div content here</div>

This div background color is #5893eb


#5893eb Border Color

<div style="border:3px solid #5893eb">
Div here</div>

This div border color is #5893eb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(88,147,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5893eb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5893eb;
  -webkit-box-shadow: 1px 1px 3px 2px #5893eb;
  box-shadow:         1px 1px 3px 2px #5893eb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5893eb


Comments

No comments written yet.

Please login to write comment.