Color Hex Logo

#578cbd Color Hex

#578CBD
(87,140,189)
0 Favorites   0 Comments

Color spaces of #578cbd

RGB 87140189
HSL0.580.440.54
HSV209°54°74°
CMYK 0.540.260.00   0.26
XYZ22.493924.456551.6791
Yxy24.45650.22810.2480
Hunter Lab49.4535-5.3530-27.3408
CIE-Lab56.5420-3.4055-30.9361

#578cbd color RGB value is (87,140,189).

#578cbd hex color red value is 87, green value is 140 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #578cbd hue: 0.58 , saturation: 0.44 and the lightness value of 578cbd is 0.54.

The process color (four color CMYK) of #578cbd color hex is 0.54, 0.26, 0.00, 0.26. Web safe color of #578cbd is #6699cc. Color #578cbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 10001100 10111101
Octal 127 214 275
Decimal 87 140 189
Hex 57 8C BD

RGB Percentages of Color #578cbd

%20.91
%33.65
%45.43

CMYK Percentages of Color #578cbd

%54
%26
%0
%26

Triadic Colors of #578cbd

#578cbd #bd578c #8cbd57

Analogous Colors of #578cbd

#578cbd #5759bd #57bdbb

Monochromatic Colors of #578cbd

#578cbd

Complementary Color

#578cbd #bd8857

#578cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#578cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#578cbd Color CSS Codes

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

#578cbd Text Font Color

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

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


#578cbd Background Color

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

This div background color is #578cbd


#578cbd Border Color

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

This div border color is #578cbd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(87,140,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 #578cbd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #578cbd


Comments

No comments written yet.

Please login to write comment.