Color Hex Logo

#5479dc Color Hex

#5479DC
(84,121,220)
0 Favorites   0 Comments

Color spaces of #5479dc

RGB 84121220
HSL0.620.660.60
HSV224°62°86°
CMYK 0.620.450.00   0.14
XYZ23.411820.726970.4769
Yxy20.72690.20430.1808
Hunter Lab45.526812.1203-59.9140
CIE-Lab52.649317.5242-54.6442

#5479dc color RGB value is (84,121,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010100 01111001 11011100
Octal 124 171 334
Decimal 84 121 220
Hex 54 79 DC

RGB Percentages of Color #5479dc

%19.76
%28.47
%51.76

CMYK Percentages of Color #5479dc

%62
%45
%0
%14

Triadic Colors of #5479dc

#5479dc #dc5479 #79dc54

Analogous Colors of #5479dc

#5479dc #7354dc #54bddc

Monochromatic Colors of #5479dc

#5479dc

Complementary Color

#5479dc #dcb754

#5479dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5479dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5479dc Color CSS Codes

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

#5479dc Text Font Color

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

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


#5479dc Background Color

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

This div background color is #5479dc


#5479dc Border Color

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

This div border color is #5479dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5479dc


Comments

No comments written yet.

Please login to write comment.