Color Hex Logo

#5477fd Color Hex

#5477FD
(84,119,253)
0 Favorites   0 Comments

Color spaces of #5477fd

RGB 84119253
HSL0.630.980.66
HSV228°67°99°
CMYK 0.670.530.00   0.01
XYZ27.982622.170395.7330
Yxy22.17030.19180.1520
Hunter Lab47.085323.6823-87.5875
CIE-Lab54.207230.0063-70.5538

#5477fd color RGB value is (84,119,253).

#5477fd hex color red value is 84, green value is 119 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #5477fd hue: 0.63 , saturation: 0.98 and the lightness value of 5477fd is 0.66.

The process color (four color CMYK) of #5477fd color hex is 0.67, 0.53, 0.00, 0.01. Web safe color of #5477fd is #6666ff. Color #5477fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 01110111 11111101
Octal 124 167 375
Decimal 84 119 253
Hex 54 77 FD

RGB Percentages of Color #5477fd

%18.42
%26.10
%55.48

CMYK Percentages of Color #5477fd

%67
%53
%0
%1

Triadic Colors of #5477fd

#5477fd #fd5477 #77fd54

Analogous Colors of #5477fd

#5477fd #8654fd #54ccfd

Monochromatic Colors of #5477fd

#5477fd

Complementary Color

#5477fd #fdda54

#5477fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5477fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5477fd Color CSS Codes

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

#5477fd Text Font Color

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

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


#5477fd Background Color

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

This div background color is #5477fd


#5477fd Border Color

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

This div border color is #5477fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5477fd


Comments

No comments written yet.

Please login to write comment.