Color Hex Logo

#5460db Color Hex

#5460DB
(84,96,219)
0 Favorites   0 Comments

Color spaces of #5460db

RGB 8496219
HSL0.650.650.59
HSV235°62°86°
CMYK 0.620.560.00   0.14
XYZ20.625215.365068.8965
Yxy15.36500.19660.1465
Hunter Lab39.198225.3257-76.7720
CIE-Lab46.130132.6600-64.5812

#5460db color RGB value is (84,96,219).

#5460db hex color red value is 84, green value is 96 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #5460db hue: 0.65 , saturation: 0.65 and the lightness value of 5460db is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 01010100 01100000 11011011
Octal 124 140 333
Decimal 84 96 219
Hex 54 60 DB

RGB Percentages of Color #5460db

%21.05
%24.06
%54.89

CMYK Percentages of Color #5460db

%62
%56
%0
%14

Triadic Colors of #5460db

#5460db #db5460 #60db54

Analogous Colors of #5460db

#5460db #8c54db #54a4db

Monochromatic Colors of #5460db

#5460db

Complementary Color

#5460db #dbcf54

#5460db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5460db Color Preview on White Background

Lorem ipsum dolor sit amet.

#5460db Color CSS Codes

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

#5460db Text Font Color

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

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


#5460db Background Color

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

This div background color is #5460db


#5460db Border Color

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

This div border color is #5460db


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(84,96,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 #5460db">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5460db


Comments

No comments written yet.

Please login to write comment.