Color Hex Logo

#588adb Color Hex

#588ADB
(88,138,219)
0 Favorites   0 Comments

Color spaces of #588adb

RGB 88138219
HSL0.600.650.60
HSV217°60°86°
CMYK 0.600.370.00   0.14
XYZ25.899225.366170.5490
Yxy25.36610.21260.2082
Hunter Lab50.36483.6522-47.7958
CIE-Lab57.43047.6446-46.4599

#588adb color RGB value is (88,138,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 10001010 11011011
Octal 130 212 333
Decimal 88 138 219
Hex 58 8A DB

RGB Percentages of Color #588adb

%19.78
%31.01
%49.21

CMYK Percentages of Color #588adb

%60
%37
%0
%14

Triadic Colors of #588adb

#588adb #db588a #8adb58

Analogous Colors of #588adb

#588adb #6858db #58ccdb

Monochromatic Colors of #588adb

#588adb

Complementary Color

#588adb #dba958

#588adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#588adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#588adb Color CSS Codes

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

#588adb Text Font Color

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

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


#588adb Background Color

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

This div background color is #588adb


#588adb Border Color

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

This div border color is #588adb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #588adb


Comments

No comments written yet.

Please login to write comment.