Color Hex Logo

#587cbd Color Hex

#587CBD
(88,124,189)
0 Favorites   0 Comments

Color spaces of #587cbd

RGB 88124189
HSL0.610.430.54
HSV219°53°74°
CMYK 0.530.340.00   0.26
XYZ20.417520.164150.9601
Yxy20.16410.22300.2203
Hunter Lab44.90452.5789-35.8525
CIE-Lab52.02226.2510-38.0019

#587cbd color RGB value is (88,124,189).

#587cbd hex color red value is 88, green value is 124 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #587cbd hue: 0.61 , saturation: 0.43 and the lightness value of 587cbd is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 01111100 10111101
Octal 130 174 275
Decimal 88 124 189
Hex 58 7C BD

RGB Percentages of Color #587cbd

%21.95
%30.92
%47.13

CMYK Percentages of Color #587cbd

%53
%34
%0
%26

Triadic Colors of #587cbd

#587cbd #bd587c #7cbd58

Analogous Colors of #587cbd

#587cbd #6758bd #58afbd

Monochromatic Colors of #587cbd

#587cbd

Complementary Color

#587cbd #bd9958

#587cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#587cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#587cbd Color CSS Codes

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

#587cbd Text Font Color

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

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


#587cbd Background Color

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

This div background color is #587cbd


#587cbd Border Color

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

This div border color is #587cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #587cbd


Comments

No comments written yet.

Please login to write comment.