Color Hex Logo

#588ddf Color Hex

#588DDF
(88,141,223)
0 Favorites   0 Comments

Color spaces of #588ddf

RGB 88141223
HSL0.600.680.61
HSV216°61°87°
CMYK 0.610.370.00   0.13
XYZ26.868726.452273.5017
Yxy26.45220.21190.2086
Hunter Lab51.43173.2456-48.7299
CIE-Lab58.46387.1856-47.0597

#588ddf color RGB value is (88,141,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 10001101 11011111
Octal 130 215 337
Decimal 88 141 223
Hex 58 8D DF

RGB Percentages of Color #588ddf

%19.47
%31.19
%49.34

CMYK Percentages of Color #588ddf

%61
%37
%0
%13

Triadic Colors of #588ddf

#588ddf #df588d #8ddf58

Analogous Colors of #588ddf

#588ddf #6758df #58d1df

Monochromatic Colors of #588ddf

#588ddf

Complementary Color

#588ddf #dfaa58

#588ddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#588ddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#588ddf Color CSS Codes

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

#588ddf Text Font Color

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

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


#588ddf Background Color

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

This div background color is #588ddf


#588ddf Border Color

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

This div border color is #588ddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #588ddf


Comments

No comments written yet.

Please login to write comment.