Color Hex Logo

#578abe Color Hex

#578ABE
(87,138,190)
0 Favorites   0 Comments

Color spaces of #578abe

RGB 87138190
HSL0.580.440.54
HSV210°54°75°
CMYK 0.540.270.00   0.25
XYZ22.313223.920952.1564
Yxy23.92090.22680.2431
Hunter Lab48.9090-4.1557-28.9904
CIE-Lab56.0085-1.9365-32.3347

#578abe color RGB value is (87,138,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 10001010 10111110
Octal 127 212 276
Decimal 87 138 190
Hex 57 8A BE

RGB Percentages of Color #578abe

%20.96
%33.25
%45.78

CMYK Percentages of Color #578abe

%54
%27
%0
%25

Triadic Colors of #578abe

#578abe #be578a #8abe57

Analogous Colors of #578abe

#578abe #5857be #57bebe

Monochromatic Colors of #578abe

#578abe

Complementary Color

#578abe #be8b57

#578abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#578abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#578abe Color CSS Codes

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

#578abe Text Font Color

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

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


#578abe Background Color

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

This div background color is #578abe


#578abe Border Color

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

This div border color is #578abe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #578abe


Comments

No comments written yet.

Please login to write comment.