Color Hex Logo

#588ebb Color Hex

#588EBB
(88,142,187)
0 Favorites   0 Comments

Color spaces of #588ebb

RGB 88142187
HSL0.580.420.54
HSV207°53°73°
CMYK 0.530.240.00   0.27
XYZ22.667125.008650.6462
Yxy25.00860.23050.2544
Hunter Lab50.0086-6.6074-25.0399
CIE-Lab57.0838-4.9492-28.9556

#588ebb color RGB value is (88,142,187).

#588ebb hex color red value is 88, green value is 142 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #588ebb hue: 0.58 , saturation: 0.42 and the lightness value of 588ebb is 0.54.

The process color (four color CMYK) of #588ebb color hex is 0.53, 0.24, 0.00, 0.27. Web safe color of #588ebb is #6699cc. Color #588ebb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 10001110 10111011
Octal 130 216 273
Decimal 88 142 187
Hex 58 8E BB

RGB Percentages of Color #588ebb

%21.10
%34.05
%44.84

CMYK Percentages of Color #588ebb

%53
%24
%0
%27

Triadic Colors of #588ebb

#588ebb #bb588e #8ebb58

Analogous Colors of #588ebb

#588ebb #585dbb #58bbb7

Monochromatic Colors of #588ebb

#588ebb

Complementary Color

#588ebb #bb8558

#588ebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#588ebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#588ebb Color CSS Codes

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

#588ebb Text Font Color

<p style="color:#588ebb">Text here</p>

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


#588ebb Background Color

<div style="background-color:#588ebb">
Div content here</div>

This div background color is #588ebb


#588ebb Border Color

<div style="border:3px solid #588ebb">
Div here</div>

This div border color is #588ebb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(88,142,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #588ebb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #588ebb;
  -webkit-box-shadow: 1px 1px 3px 2px #588ebb;
  box-shadow:         1px 1px 3px 2px #588ebb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #588ebb


Comments

No comments written yet.

Please login to write comment.