Color Hex Logo

#588dbb Color Hex

#588DBB
(88,141,187)
0 Favorites   0 Comments

Color spaces of #588dbb

RGB 88141187
HSL0.580.420.54
HSV208°53°73°
CMYK 0.530.250.00   0.27
XYZ22.519024.712350.5968
Yxy24.71230.23020.2526
Hunter Lab49.7115-6.1356-25.5479
CIE-Lab56.7940-4.3769-29.4048

#588dbb color RGB value is (88,141,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 10001101 10111011
Octal 130 215 273
Decimal 88 141 187
Hex 58 8D BB

RGB Percentages of Color #588dbb

%21.15
%33.89
%44.95

CMYK Percentages of Color #588dbb

%53
%25
%0
%27

Triadic Colors of #588dbb

#588dbb #bb588d #8dbb58

Analogous Colors of #588dbb

#588dbb #585cbb #58bbb8

Monochromatic Colors of #588dbb

#588dbb

Complementary Color

#588dbb #bb8658

#588dbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#588dbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#588dbb Color CSS Codes

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

#588dbb Text Font Color

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

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


#588dbb Background Color

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

This div background color is #588dbb


#588dbb Border Color

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

This div border color is #588dbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #588dbb


Comments

No comments written yet.

Please login to write comment.