Color Hex Logo

#5771db Color Hex

#5771DB
(87,113,219)
0 Favorites   0 Comments

Color spaces of #5771db

RGB 87113219
HSL0.630.650.60
HSV228°60°86°
CMYK 0.600.480.00   0.14
XYZ22.621818.951069.4834
Yxy18.95100.20370.1706
Hunter Lab43.532716.5753-64.1609
CIE-Lab50.629822.6630-57.3093

#5771db color RGB value is (87,113,219).

#5771db hex color red value is 87, green value is 113 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #5771db hue: 0.63 , saturation: 0.65 and the lightness value of 5771db is 0.60.

The process color (four color CMYK) of #5771db color hex is 0.60, 0.48, 0.00, 0.14. Web safe color of #5771db is #6666cc. Color #5771db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 01110001 11011011
Octal 127 161 333
Decimal 87 113 219
Hex 57 71 DB

RGB Percentages of Color #5771db

%20.76
%26.97
%52.27

CMYK Percentages of Color #5771db

%60
%48
%0
%14

Triadic Colors of #5771db

#5771db #db5771 #71db57

Analogous Colors of #5771db

#5771db #7f57db #57b3db

Monochromatic Colors of #5771db

#5771db

Complementary Color

#5771db #dbc157

#5771db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5771db Color Preview on White Background

Lorem ipsum dolor sit amet.

#5771db Color CSS Codes

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

#5771db Text Font Color

<p style="color:#5771db">Text here</p>

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


#5771db Background Color

<div style="background-color:#5771db">
Div content here</div>

This div background color is #5771db


#5771db Border Color

<div style="border:3px solid #5771db">
Div here</div>

This div border color is #5771db


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(87,113,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5771db; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5771db;
  -webkit-box-shadow: 1px 1px 3px 2px #5771db;
  box-shadow:         1px 1px 3px 2px #5771db; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5771db


Comments

No comments written yet.

Please login to write comment.