Color Hex Logo

#5470fa Color Hex

#5470FA
(84,112,250)
0 Favorites   0 Comments

Color spaces of #5470fa

RGB 84112250
HSL0.640.940.65
HSV230°66°98°
CMYK 0.660.550.00   0.02
XYZ26.705620.375392.9678
Yxy20.37530.19070.1455
Hunter Lab45.139026.6127-90.5157
CIE-Lab52.258933.2655-72.0502

#5470fa color RGB value is (84,112,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010100 01110000 11111010
Octal 124 160 372
Decimal 84 112 250
Hex 54 70 FA

RGB Percentages of Color #5470fa

%18.83
%25.11
%56.05

CMYK Percentages of Color #5470fa

%66
%55
%0
%2

Triadic Colors of #5470fa

#5470fa #fa5470 #70fa54

Analogous Colors of #5470fa

#5470fa #8b54fa #54c3fa

Monochromatic Colors of #5470fa

#5470fa

Complementary Color

#5470fa #fade54

#5470fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5470fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#5470fa Color CSS Codes

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

#5470fa Text Font Color

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

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


#5470fa Background Color

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

This div background color is #5470fa


#5470fa Border Color

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

This div border color is #5470fa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(84,112,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 #5470fa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5470fa

Related Colors


Comments

No comments written yet.

Please login to write comment.