Color Hex Logo

#588fbd Color Hex

#588FBD
(88,143,189)
0 Favorites   0 Comments

Color spaces of #588fbd

RGB 88143189
HSL0.580.430.54
HSV207°53°74°
CMYK 0.530.240.00   0.26
XYZ23.032325.393851.8317
Yxy25.39380.22970.2533
Hunter Lab50.3923-6.6012-25.7090
CIE-Lab57.4571-4.9019-29.5117

#588fbd color RGB value is (88,143,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 10001111 10111101
Octal 130 217 275
Decimal 88 143 189
Hex 58 8F BD

RGB Percentages of Color #588fbd

%20.95
%34.05
%45.00

CMYK Percentages of Color #588fbd

%53
%24
%0
%26

Triadic Colors of #588fbd

#588fbd #bd588f #8fbd58

Analogous Colors of #588fbd

#588fbd #585cbd #58bdb9

Monochromatic Colors of #588fbd

#588fbd

Complementary Color

#588fbd #bd8658

#588fbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#588fbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#588fbd Color CSS Codes

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

#588fbd Text Font Color

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

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


#588fbd Background Color

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

This div background color is #588fbd


#588fbd Border Color

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

This div border color is #588fbd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(88,143,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 #588fbd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #588fbd


Comments

No comments written yet.

Please login to write comment.