Color Hex Logo

#588dbe Color Hex

#588DBE
(88,141,190)
0 Favorites   0 Comments

Color spaces of #588dbe

RGB 88141190
HSL0.580.440.55
HSV209°54°75°
CMYK 0.540.260.00   0.25
XYZ22.843624.842252.3062
Yxy24.84220.22850.2484
Hunter Lab49.8420-5.4132-27.3320
CIE-Lab56.9213-3.4462-30.9105

#588dbe color RGB value is (88,141,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 10001101 10111110
Octal 130 215 276
Decimal 88 141 190
Hex 58 8D BE

RGB Percentages of Color #588dbe

%21.00
%33.65
%45.35

CMYK Percentages of Color #588dbe

%54
%26
%0
%25

Triadic Colors of #588dbe

#588dbe #be588d #8dbe58

Analogous Colors of #588dbe

#588dbe #585abe #58bebc

Monochromatic Colors of #588dbe

#588dbe

Complementary Color

#588dbe #be8958

#588dbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#588dbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#588dbe Color CSS Codes

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

#588dbe Text Font Color

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

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


#588dbe Background Color

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

This div background color is #588dbe


#588dbe Border Color

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

This div border color is #588dbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #588dbe


Comments

No comments written yet.

Please login to write comment.