Color Hex Logo

#5478dc Color Hex

#5478DC
(84,120,220)
0 Favorites   0 Comments

Color spaces of #5478dc

RGB 84120220
HSL0.620.660.60
HSV224°62°86°
CMYK 0.620.450.00   0.14
XYZ23.290920.485170.4366
Yxy20.48510.20390.1794
Hunter Lab45.260512.6497-60.5877
CIE-Lab52.381318.1389-55.0733

#5478dc color RGB value is (84,120,220).

#5478dc hex color red value is 84, green value is 120 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #5478dc hue: 0.62 , saturation: 0.66 and the lightness value of 5478dc is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 01010100 01111000 11011100
Octal 124 170 334
Decimal 84 120 220
Hex 54 78 DC

RGB Percentages of Color #5478dc

%19.81
%28.30
%51.89

CMYK Percentages of Color #5478dc

%62
%45
%0
%14

Triadic Colors of #5478dc

#5478dc #dc5478 #78dc54

Analogous Colors of #5478dc

#5478dc #7454dc #54bcdc

Monochromatic Colors of #5478dc

#5478dc

Complementary Color

#5478dc #dcb854

#5478dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5478dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5478dc Color CSS Codes

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

#5478dc Text Font Color

<p style="color:#5478dc">Text here</p>

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


#5478dc Background Color

<div style="background-color:#5478dc">
Div content here</div>

This div background color is #5478dc


#5478dc Border Color

<div style="border:3px solid #5478dc">
Div here</div>

This div border color is #5478dc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(84,120,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5478dc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5478dc;
  -webkit-box-shadow: 1px 1px 3px 2px #5478dc;
  box-shadow:         1px 1px 3px 2px #5478dc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5478dc


Comments

No comments written yet.

Please login to write comment.