Color Hex Logo

#578bbe Color Hex

#578BBE
(87,139,190)
0 Favorites   0 Comments

Color spaces of #578bbe

RGB 87139190
HSL0.580.440.54
HSV210°54°75°
CMYK 0.540.270.00   0.25
XYZ22.457424.209252.2044
Yxy24.20920.22710.2449
Hunter Lab49.2028-4.6331-28.4649
CIE-Lab56.2966-2.5154-31.8859

#578bbe color RGB value is (87,139,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 10001011 10111110
Octal 127 213 276
Decimal 87 139 190
Hex 57 8B BE

RGB Percentages of Color #578bbe

%20.91
%33.41
%45.67

CMYK Percentages of Color #578bbe

%54
%27
%0
%25

Triadic Colors of #578bbe

#578bbe #be578b #8bbe57

Analogous Colors of #578bbe

#578bbe #5757be #57bebe

Monochromatic Colors of #578bbe

#578bbe

Complementary Color

#578bbe #be8a57

#578bbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#578bbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#578bbe Color CSS Codes

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

#578bbe Text Font Color

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

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


#578bbe Background Color

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

This div background color is #578bbe


#578bbe Border Color

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

This div border color is #578bbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #578bbe


Comments

No comments written yet.

Please login to write comment.