Color Hex Logo

#5478df Color Hex

#5478DF
(84,120,223)
0 Favorites   0 Comments

Color spaces of #5478df

RGB 84120223
HSL0.620.680.60
HSV224°62°87°
CMYK 0.620.460.00   0.13
XYZ23.691920.645572.5483
Yxy20.64550.20270.1766
Hunter Lab45.437313.5581-62.8603
CIE-Lab52.559319.1570-56.4780

#5478df color RGB value is (84,120,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010100 01111000 11011111
Octal 124 170 337
Decimal 84 120 223
Hex 54 78 DF

RGB Percentages of Color #5478df

%19.67
%28.10
%52.22

CMYK Percentages of Color #5478df

%62
%46
%0
%13

Triadic Colors of #5478df

#5478df #df5478 #78df54

Analogous Colors of #5478df

#5478df #7654df #54bedf

Monochromatic Colors of #5478df

#5478df

Complementary Color

#5478df #dfbb54

#5478df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5478df Color Preview on White Background

Lorem ipsum dolor sit amet.

#5478df Color CSS Codes

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

#5478df Text Font Color

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

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


#5478df Background Color

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

This div background color is #5478df


#5478df Border Color

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

This div border color is #5478df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5478df


Comments

No comments written yet.

Please login to write comment.