Color Hex Logo

#5477cf Color Hex

#5477CF
(84,119,207)
0 Favorites   0 Comments

Color spaces of #5477cf

RGB 84119207
HSL0.620.560.57
HSV223°59°81°
CMYK 0.590.430.00   0.19
XYZ21.515519.583561.6775
Yxy19.58350.20930.1905
Hunter Lab44.25329.3418-51.6575
CIE-Lab51.363014.3670-49.3395

#5477cf color RGB value is (84,119,207).

#5477cf hex color red value is 84, green value is 119 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #5477cf hue: 0.62 , saturation: 0.56 and the lightness value of 5477cf is 0.57.

The process color (four color CMYK) of #5477cf color hex is 0.59, 0.43, 0.00, 0.19. Web safe color of #5477cf is #6666cc. Color #5477cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 01110111 11001111
Octal 124 167 317
Decimal 84 119 207
Hex 54 77 CF

RGB Percentages of Color #5477cf

%20.49
%29.02
%50.49

CMYK Percentages of Color #5477cf

%59
%43
%0
%19

Triadic Colors of #5477cf

#5477cf #cf5477 #77cf54

Analogous Colors of #5477cf

#5477cf #6f54cf #54b5cf

Monochromatic Colors of #5477cf

#5477cf

Complementary Color

#5477cf #cfac54

#5477cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5477cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#5477cf Color CSS Codes

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

#5477cf Text Font Color

<p style="color:#5477cf">Text here</p>

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


#5477cf Background Color

<div style="background-color:#5477cf">
Div content here</div>

This div background color is #5477cf


#5477cf Border Color

<div style="border:3px solid #5477cf">
Div here</div>

This div border color is #5477cf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(84,119,207, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5477cf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5477cf;
  -webkit-box-shadow: 1px 1px 3px 2px #5477cf;
  box-shadow:         1px 1px 3px 2px #5477cf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5477cf


Comments

No comments written yet.

Please login to write comment.