Color Hex Logo

#588bdd Color Hex

#588BDD
(88,139,221)
0 Favorites   0 Comments

Color spaces of #588bdd

RGB 88139221
HSL0.600.660.61
HSV217°60°87°
CMYK 0.600.370.00   0.13
XYZ26.308325.760471.9923
Yxy25.76040.21210.2076
Hunter Lab50.75473.7033-48.5708
CIE-Lab57.80897.7109-46.9795

#588bdd color RGB value is (88,139,221).

#588bdd hex color red value is 88, green value is 139 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #588bdd hue: 0.60 , saturation: 0.66 and the lightness value of 588bdd is 0.61.

The process color (four color CMYK) of #588bdd color hex is 0.60, 0.37, 0.00, 0.13. Web safe color of #588bdd is #6699cc. Color #588bdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 10001011 11011101
Octal 130 213 335
Decimal 88 139 221
Hex 58 8B DD

RGB Percentages of Color #588bdd

%19.64
%31.03
%49.33

CMYK Percentages of Color #588bdd

%60
%37
%0
%13

Triadic Colors of #588bdd

#588bdd #dd588b #8bdd58

Analogous Colors of #588bdd

#588bdd #6858dd #58cedd

Monochromatic Colors of #588bdd

#588bdd

Complementary Color

#588bdd #ddaa58

#588bdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#588bdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#588bdd Color CSS Codes

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

#588bdd Text Font Color

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

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


#588bdd Background Color

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

This div background color is #588bdd


#588bdd Border Color

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

This div border color is #588bdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #588bdd


Comments

No comments written yet.

Please login to write comment.