Color Hex Logo

#588edb Color Hex

#588EDB
(88,142,219)
0 Favorites   0 Comments

Color spaces of #588edb

RGB 88142219
HSL0.600.650.60
HSV215°60°86°
CMYK 0.600.350.00   0.14
XYZ26.483726.535270.7438
Yxy26.53520.21400.2144
Hunter Lab51.51231.6245-45.3665
CIE-Lab58.54165.2753-44.7032

#588edb color RGB value is (88,142,219).

#588edb hex color red value is 88, green value is 142 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #588edb hue: 0.60 , saturation: 0.65 and the lightness value of 588edb is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 10001110 11011011
Octal 130 216 333
Decimal 88 142 219
Hex 58 8E DB

RGB Percentages of Color #588edb

%19.60
%31.63
%48.78

CMYK Percentages of Color #588edb

%60
%35
%0
%14

Triadic Colors of #588edb

#588edb #db588e #8edb58

Analogous Colors of #588edb

#588edb #6358db #58d0db

Monochromatic Colors of #588edb

#588edb

Complementary Color

#588edb #dba558

#588edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#588edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#588edb Color CSS Codes

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

#588edb Text Font Color

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

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


#588edb Background Color

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

This div background color is #588edb


#588edb Border Color

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

This div border color is #588edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #588edb


Comments

No comments written yet.

Please login to write comment.