Color Hex Logo

#5477de Color Hex

#5477DE
(84,119,222)
0 Favorites   0 Comments

Color spaces of #5477de

RGB 84119222
HSL0.620.680.60
HSV225°62°87°
CMYK 0.620.460.00   0.13
XYZ23.437820.352471.8003
Yxy20.35240.20280.1761
Hunter Lab45.113613.7869-62.7831
CIE-Lab52.233319.4331-56.4376

#5477de color RGB value is (84,119,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010100 01110111 11011110
Octal 124 167 336
Decimal 84 119 222
Hex 54 77 DE

RGB Percentages of Color #5477de

%19.76
%28.00
%52.24

CMYK Percentages of Color #5477de

%62
%46
%0
%13

Triadic Colors of #5477de

#5477de #de5477 #77de54

Analogous Colors of #5477de

#5477de #7654de #54bcde

Monochromatic Colors of #5477de

#5477de

Complementary Color

#5477de #debb54

#5477de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5477de Color Preview on White Background

Lorem ipsum dolor sit amet.

#5477de Color CSS Codes

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

#5477de Text Font Color

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

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


#5477de Background Color

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

This div background color is #5477de


#5477de Border Color

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

This div border color is #5477de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5477de


Comments

No comments written yet.

Please login to write comment.