Color Hex Logo

#588ebf Color Hex

#588EBF
(88,142,191)
0 Favorites   0 Comments

Color spaces of #588ebf

RGB 88142191
HSL0.580.450.55
HSV209°54°75°
CMYK 0.540.260.00   0.25
XYZ23.101525.182352.9333
Yxy25.18230.22820.2488
Hunter Lab50.1820-5.6452-27.4133
CIE-Lab57.2526-3.7086-30.9629

#588ebf color RGB value is (88,142,191).

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

The process color (four color CMYK) of #588ebf color hex is 0.54, 0.26, 0.00, 0.25. Web safe color of #588ebf is #6699cc. Color #588ebf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 10001110 10111111
Octal 130 216 277
Decimal 88 142 191
Hex 58 8E BF

RGB Percentages of Color #588ebf

%20.90
%33.73
%45.37

CMYK Percentages of Color #588ebf

%54
%26
%0
%25

Triadic Colors of #588ebf

#588ebf #bf588e #8ebf58

Analogous Colors of #588ebf

#588ebf #585bbf #58bfbd

Monochromatic Colors of #588ebf

#588ebf

Complementary Color

#588ebf #bf8958

#588ebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#588ebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#588ebf Color CSS Codes

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

#588ebf Text Font Color

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

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


#588ebf Background Color

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

This div background color is #588ebf


#588ebf Border Color

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

This div border color is #588ebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #588ebf


Comments

No comments written yet.

Please login to write comment.