Color Hex Logo

#578abb Color Hex

#578ABB
(87,138,187)
0 Favorites   0 Comments

Color spaces of #578abb

RGB 87138187
HSL0.580.420.54
HSV209°53°73°
CMYK 0.530.260.00   0.27
XYZ21.988623.791150.4469
Yxy23.79110.22850.2472
Hunter Lab48.7761-4.8892-27.1776
CIE-Lab55.8780-2.8770-30.8310

#578abb color RGB value is (87,138,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 10001010 10111011
Octal 127 212 273
Decimal 87 138 187
Hex 57 8A BB

RGB Percentages of Color #578abb

%21.12
%33.50
%45.39

CMYK Percentages of Color #578abb

%53
%26
%0
%27

Triadic Colors of #578abb

#578abb #bb578a #8abb57

Analogous Colors of #578abb

#578abb #5758bb #57bbba

Monochromatic Colors of #578abb

#578abb

Complementary Color

#578abb #bb8857

#578abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#578abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#578abb Color CSS Codes

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

#578abb Text Font Color

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

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


#578abb Background Color

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

This div background color is #578abb


#578abb Border Color

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

This div border color is #578abb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #578abb


Comments

No comments written yet.

Please login to write comment.