Color Hex Logo

#5474fb Color Hex

#5474FB
(84,116,251)
0 Favorites   0 Comments

Color spaces of #5474fb

RGB 84116251
HSL0.630.950.66
HSV229°67°98°
CMYK 0.670.540.00   0.02
XYZ27.314121.340693.9463
Yxy21.34060.19150.1497
Hunter Lab46.195924.6983-88.2380
CIE-Lab53.320331.1593-70.8836

#5474fb color RGB value is (84,116,251).

#5474fb hex color red value is 84, green value is 116 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #5474fb hue: 0.63 , saturation: 0.95 and the lightness value of 5474fb is 0.66.

The process color (four color CMYK) of #5474fb color hex is 0.67, 0.54, 0.00, 0.02. Web safe color of #5474fb is #6666ff. Color #5474fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 01110100 11111011
Octal 124 164 373
Decimal 84 116 251
Hex 54 74 FB

RGB Percentages of Color #5474fb

%18.63
%25.72
%55.65

CMYK Percentages of Color #5474fb

%67
%54
%0
%2

Triadic Colors of #5474fb

#5474fb #fb5474 #74fb54

Analogous Colors of #5474fb

#5474fb #8854fb #54c8fb

Monochromatic Colors of #5474fb

#5474fb

Complementary Color

#5474fb #fbdb54

#5474fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5474fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5474fb Color CSS Codes

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

#5474fb Text Font Color

<p style="color:#5474fb">Text here</p>

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


#5474fb Background Color

<div style="background-color:#5474fb">
Div content here</div>

This div background color is #5474fb


#5474fb Border Color

<div style="border:3px solid #5474fb">
Div here</div>

This div border color is #5474fb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(84,116,251, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5474fb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5474fb;
  -webkit-box-shadow: 1px 1px 3px 2px #5474fb;
  box-shadow:         1px 1px 3px 2px #5474fb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5474fb


Comments

No comments written yet.

Please login to write comment.