Color Hex Logo

#587dba Color Hex

#587DBA
(88,125,186)
0 Favorites   0 Comments

Color spaces of #587dba

RGB 88125186
HSL0.600.420.54
HSV217°53°73°
CMYK 0.530.330.00   0.27
XYZ20.221020.287149.3044
Yxy20.28710.22510.2259
Hunter Lab45.04121.3145-33.3730
CIE-Lab52.16034.6923-36.0637

#587dba color RGB value is (88,125,186).

#587dba hex color red value is 88, green value is 125 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #587dba hue: 0.60 , saturation: 0.42 and the lightness value of 587dba is 0.54.

The process color (four color CMYK) of #587dba color hex is 0.53, 0.33, 0.00, 0.27. Web safe color of #587dba is #6666cc. Color #587dba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 01111101 10111010
Octal 130 175 272
Decimal 88 125 186
Hex 58 7D BA

RGB Percentages of Color #587dba

%22.06
%31.33
%46.62

CMYK Percentages of Color #587dba

%53
%33
%0
%27

Triadic Colors of #587dba

#587dba #ba587d #7dba58

Analogous Colors of #587dba

#587dba #6458ba #58aeba

Monochromatic Colors of #587dba

#587dba

Complementary Color

#587dba #ba9558

#587dba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#587dba Color Preview on White Background

Lorem ipsum dolor sit amet.

#587dba Color CSS Codes

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

#587dba Text Font Color

<p style="color:#587dba">Text here</p>

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


#587dba Background Color

<div style="background-color:#587dba">
Div content here</div>

This div background color is #587dba


#587dba Border Color

<div style="border:3px solid #587dba">
Div here</div>

This div border color is #587dba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(88,125,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #587dba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #587dba;
  -webkit-box-shadow: 1px 1px 3px 2px #587dba;
  box-shadow:         1px 1px 3px 2px #587dba; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #587dba


Comments

No comments written yet.

Please login to write comment.