Color Hex Logo

#5460c1 Color Hex

#5460C1
(84,96,193)
0 Favorites   0 Comments

Color spaces of #5460c1

RGB 8496193
HSL0.650.470.54
HSV233°56°76°
CMYK 0.560.500.00   0.24
XYZ17.464714.100852.2533
Yxy14.10080.20840.1682
Hunter Lab37.551017.3047-56.2180
CIE-Lab44.377124.0105-52.4857

#5460c1 color RGB value is (84,96,193).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010100 01100000 11000001
Octal 124 140 301
Decimal 84 96 193
Hex 54 60 C1

RGB Percentages of Color #5460c1

%22.52
%25.74
%51.74

CMYK Percentages of Color #5460c1

%56
%50
%0
%24

Triadic Colors of #5460c1

#5460c1 #c15460 #60c154

Analogous Colors of #5460c1

#5460c1 #7f54c1 #5497c1

Monochromatic Colors of #5460c1

#5460c1

Complementary Color

#5460c1 #c1b554

#5460c1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5460c1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5460c1 Color CSS Codes

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

#5460c1 Text Font Color

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

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


#5460c1 Background Color

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

This div background color is #5460c1


#5460c1 Border Color

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

This div border color is #5460c1


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(84,96,193, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5460c1


Comments

No comments written yet.

Please login to write comment.