Color Hex Logo

#578bdd Color Hex

#578BDD
(87,139,221)
0 Favorites   0 Comments

Color spaces of #578bdd

RGB 87139221
HSL0.600.660.60
HSV217°61°87°
CMYK 0.610.370.00   0.13
XYZ26.214225.711971.9879
Yxy25.71190.21160.2075
Hunter Lab50.70693.5430-48.6784
CIE-Lab57.76267.5217-47.0559

#578bdd color RGB value is (87,139,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 10001011 11011101
Octal 127 213 335
Decimal 87 139 221
Hex 57 8B DD

RGB Percentages of Color #578bdd

%19.46
%31.10
%49.44

CMYK Percentages of Color #578bdd

%61
%37
%0
%13

Triadic Colors of #578bdd

#578bdd #dd578b #8bdd57

Analogous Colors of #578bdd

#578bdd #6657dd #57cedd

Monochromatic Colors of #578bdd

#578bdd

Complementary Color

#578bdd #dda957

#578bdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#578bdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#578bdd Color CSS Codes

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

#578bdd Text Font Color

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

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


#578bdd Background Color

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

This div background color is #578bdd


#578bdd Border Color

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

This div border color is #578bdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #578bdd


Comments

No comments written yet.

Please login to write comment.