Color Hex Logo

#588dba Color Hex

#588DBA
(88,141,186)
0 Favorites   0 Comments

Color spaces of #588dba

RGB 88141186
HSL0.580.420.54
HSV208°53°73°
CMYK 0.530.240.00   0.27
XYZ22.412324.669650.0348
Yxy24.66960.23080.2540
Hunter Lab49.6685-6.3739-24.9593
CIE-Lab56.7521-4.6855-28.9014

#588dba color RGB value is (88,141,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 10001101 10111010
Octal 130 215 272
Decimal 88 141 186
Hex 58 8D BA

RGB Percentages of Color #588dba

%21.20
%33.98
%44.82

CMYK Percentages of Color #588dba

%53
%24
%0
%27

Triadic Colors of #588dba

#588dba #ba588d #8dba58

Analogous Colors of #588dba

#588dba #585cba #58bab6

Monochromatic Colors of #588dba

#588dba

Complementary Color

#588dba #ba8558

#588dba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#588dba Color Preview on White Background

Lorem ipsum dolor sit amet.

#588dba Color CSS Codes

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

#588dba Text Font Color

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

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


#588dba Background Color

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

This div background color is #588dba


#588dba Border Color

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

This div border color is #588dba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #588dba


Comments

No comments written yet.

Please login to write comment.