Color Hex Logo

#578bcb Color Hex

#578BCB
(87,139,203)
0 Favorites   0 Comments

Color spaces of #578bcb

RGB 87139203
HSL0.590.530.57
HSV213°57°80°
CMYK 0.570.320.00   0.20
XYZ23.942624.803360.0255
Yxy24.80330.22010.2280
Hunter Lab49.8029-1.3418-36.5979
CIE-Lab56.88331.6253-38.3309

#578bcb color RGB value is (87,139,203).

#578bcb hex color red value is 87, green value is 139 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #578bcb hue: 0.59 , saturation: 0.53 and the lightness value of 578bcb is 0.57.

The process color (four color CMYK) of #578bcb color hex is 0.57, 0.32, 0.00, 0.20. Web safe color of #578bcb is #6699cc. Color #578bcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 10001011 11001011
Octal 127 213 313
Decimal 87 139 203
Hex 57 8B CB

RGB Percentages of Color #578bcb

%20.28
%32.40
%47.32

CMYK Percentages of Color #578bcb

%57
%32
%0
%20

Triadic Colors of #578bcb

#578bcb #cb578b #8bcb57

Analogous Colors of #578bcb

#578bcb #5d57cb #57c5cb

Monochromatic Colors of #578bcb

#578bcb

Complementary Color

#578bcb #cb9757

#578bcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#578bcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#578bcb Color CSS Codes

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

#578bcb Text Font Color

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

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


#578bcb Background Color

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

This div background color is #578bcb


#578bcb Border Color

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

This div border color is #578bcb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(87,139,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #578bcb


Comments

No comments written yet.

Please login to write comment.