Color Hex Logo

#588fdb Color Hex

#588FDB
(88,143,219)
0 Favorites   0 Comments

Color spaces of #588fdb

RGB 88143219
HSL0.600.650.60
HSV215°60°86°
CMYK 0.600.350.00   0.14
XYZ26.633126.834170.7936
Yxy26.83410.21430.2159
Hunter Lab51.80161.1204-44.7663
CIE-Lab58.82054.6864-44.2631

#588fdb color RGB value is (88,143,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 10001111 11011011
Octal 130 217 333
Decimal 88 143 219
Hex 58 8F DB

RGB Percentages of Color #588fdb

%19.56
%31.78
%48.67

CMYK Percentages of Color #588fdb

%60
%35
%0
%14

Triadic Colors of #588fdb

#588fdb #db588f #8fdb58

Analogous Colors of #588fdb

#588fdb #6258db #58d1db

Monochromatic Colors of #588fdb

#588fdb

Complementary Color

#588fdb #dba458

#588fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#588fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#588fdb Color CSS Codes

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

#588fdb Text Font Color

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

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


#588fdb Background Color

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

This div background color is #588fdb


#588fdb Border Color

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

This div border color is #588fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #588fdb


Comments

No comments written yet.

Please login to write comment.