Color Hex Logo

#578bde Color Hex

#578BDE
(87,139,222)
0 Favorites   0 Comments

Color spaces of #578bde

RGB 87139222
HSL0.600.670.61
HSV217°61°87°
CMYK 0.610.370.00   0.13
XYZ26.347925.765472.6918
Yxy25.76540.21110.2064
Hunter Lab50.75963.8250-49.3762
CIE-Lab57.81377.8537-47.5338

#578bde color RGB value is (87,139,222).

#578bde hex color red value is 87, green value is 139 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #578bde hue: 0.60 , saturation: 0.67 and the lightness value of 578bde is 0.61.

The process color (four color CMYK) of #578bde color hex is 0.61, 0.37, 0.00, 0.13. Web safe color of #578bde is #6699cc. Color #578bde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 10001011 11011110
Octal 127 213 336
Decimal 87 139 222
Hex 57 8B DE

RGB Percentages of Color #578bde

%19.42
%31.03
%49.55

CMYK Percentages of Color #578bde

%61
%37
%0
%13

Triadic Colors of #578bde

#578bde #de578b #8bde57

Analogous Colors of #578bde

#578bde #6757de #57cfde

Monochromatic Colors of #578bde

#578bde

Complementary Color

#578bde #deaa57

#578bde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#578bde Color Preview on White Background

Lorem ipsum dolor sit amet.

#578bde Color CSS Codes

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

#578bde Text Font Color

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

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


#578bde Background Color

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

This div background color is #578bde


#578bde Border Color

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

This div border color is #578bde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #578bde


Comments

No comments written yet.

Please login to write comment.