Color Hex Logo

#5464bc Color Hex

#5464BC
(84,100,188)
0 Favorites   0 Comments

Color spaces of #5464bc

RGB 84100188
HSL0.640.440.53
HSV231°55°74°
CMYK 0.550.470.00   0.26
XYZ17.290414.630049.4895
Yxy14.63000.21240.1797
Hunter Lab38.249213.7542-49.9392
CIE-Lab45.123219.8459-48.3885

#5464bc color RGB value is (84,100,188).

#5464bc hex color red value is 84, green value is 100 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #5464bc hue: 0.64 , saturation: 0.44 and the lightness value of 5464bc is 0.53.

The process color (four color CMYK) of #5464bc color hex is 0.55, 0.47, 0.00, 0.26. Web safe color of #5464bc is #6666cc. Color #5464bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 01100100 10111100
Octal 124 144 274
Decimal 84 100 188
Hex 54 64 BC

RGB Percentages of Color #5464bc

%22.58
%26.88
%50.54

CMYK Percentages of Color #5464bc

%55
%47
%0
%26

Triadic Colors of #5464bc

#5464bc #bc5464 #64bc54

Analogous Colors of #5464bc

#5464bc #7854bc #5498bc

Monochromatic Colors of #5464bc

#5464bc

Complementary Color

#5464bc #bcac54

#5464bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5464bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5464bc Color CSS Codes

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

#5464bc Text Font Color

<p style="color:#5464bc">Text here</p>

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


#5464bc Background Color

<div style="background-color:#5464bc">
Div content here</div>

This div background color is #5464bc


#5464bc Border Color

<div style="border:3px solid #5464bc">
Div here</div>

This div border color is #5464bc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(84,100,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5464bc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5464bc;
  -webkit-box-shadow: 1px 1px 3px 2px #5464bc;
  box-shadow:         1px 1px 3px 2px #5464bc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5464bc


Comments

No comments written yet.

Please login to write comment.