Color Hex Logo

#588bdf Color Hex

#588BDF
(88,139,223)
0 Favorites   0 Comments

Color spaces of #588bdf

RGB 88139223
HSL0.600.680.61
HSV217°61°87°
CMYK 0.610.380.00   0.13
XYZ26.576425.867773.4043
Yxy25.86770.21120.2055
Hunter Lab50.86034.2674-49.9683
CIE-Lab57.91138.3729-47.9348

#588bdf color RGB value is (88,139,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 10001011 11011111
Octal 130 213 337
Decimal 88 139 223
Hex 58 8B DF

RGB Percentages of Color #588bdf

%19.56
%30.89
%49.56

CMYK Percentages of Color #588bdf

%61
%38
%0
%13

Triadic Colors of #588bdf

#588bdf #df588b #8bdf58

Analogous Colors of #588bdf

#588bdf #6958df #58cfdf

Monochromatic Colors of #588bdf

#588bdf

Complementary Color

#588bdf #dfac58

#588bdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#588bdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#588bdf Color CSS Codes

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

#588bdf Text Font Color

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

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


#588bdf Background Color

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

This div background color is #588bdf


#588bdf Border Color

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

This div border color is #588bdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #588bdf


Comments

No comments written yet.

Please login to write comment.