Color Hex Logo

#588bbd Color Hex

#588BBD
(88,139,189)
0 Favorites   0 Comments

Color spaces of #588bbd

RGB 88139189
HSL0.580.430.54
HSV210°53°74°
CMYK 0.530.260.00   0.26
XYZ22.442424.214151.6351
Yxy24.21410.22830.2463
Hunter Lab49.2078-4.7045-27.7691
CIE-Lab56.3015-2.6052-31.3064

#588bbd color RGB value is (88,139,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 10001011 10111101
Octal 130 213 275
Decimal 88 139 189
Hex 58 8B BD

RGB Percentages of Color #588bbd

%21.15
%33.41
%45.43

CMYK Percentages of Color #588bbd

%53
%26
%0
%26

Triadic Colors of #588bbd

#588bbd #bd588b #8bbd58

Analogous Colors of #588bbd

#588bbd #5858bd #58bdbd

Monochromatic Colors of #588bbd

#588bbd

Complementary Color

#588bbd #bd8a58

#588bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#588bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#588bbd Color CSS Codes

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

#588bbd Text Font Color

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

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


#588bbd Background Color

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

This div background color is #588bbd


#588bbd Border Color

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

This div border color is #588bbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #588bbd


Comments

No comments written yet.

Please login to write comment.