Color Hex Logo

#5490fa Color Hex

#5490FA
(84,144,250)
0 Favorites   0 Comments

Color spaces of #5490fa

RGB 84144250
HSL0.610.940.65
HSV218°66°98°
CMYK 0.660.420.00   0.02
XYZ30.884728.733594.3608
Yxy28.73350.20060.1866
Hunter Lab53.60369.0396-66.8482
CIE-Lab60.545713.8081-58.7055

#5490fa color RGB value is (84,144,250).

#5490fa hex color red value is 84, green value is 144 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #5490fa hue: 0.61 , saturation: 0.94 and the lightness value of 5490fa is 0.65.

The process color (four color CMYK) of #5490fa color hex is 0.66, 0.42, 0.00, 0.02. Web safe color of #5490fa is #6699ff. Color #5490fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 10010000 11111010
Octal 124 220 372
Decimal 84 144 250
Hex 54 90 FA

RGB Percentages of Color #5490fa

%17.57
%30.13
%52.30

CMYK Percentages of Color #5490fa

%66
%42
%0
%2

Triadic Colors of #5490fa

#5490fa #fa5490 #90fa54

Analogous Colors of #5490fa

#5490fa #6b54fa #54e3fa

Monochromatic Colors of #5490fa

#5490fa

Complementary Color

#5490fa #fabe54

#5490fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5490fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#5490fa Color CSS Codes

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

#5490fa Text Font Color

<p style="color:#5490fa">Text here</p>

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


#5490fa Background Color

<div style="background-color:#5490fa">
Div content here</div>

This div background color is #5490fa


#5490fa Border Color

<div style="border:3px solid #5490fa">
Div here</div>

This div border color is #5490fa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(84,144,250, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5490fa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5490fa;
  -webkit-box-shadow: 1px 1px 3px 2px #5490fa;
  box-shadow:         1px 1px 3px 2px #5490fa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5490fa


Comments

No comments written yet.

Please login to write comment.