Color Hex Logo

#5456fa Color Hex

#5456FA
(84,86,250)
0 Favorites   0 Comments

Color spaces of #5456fa

RGB 8486250
HSL0.660.940.65
HSV239°66°98°
CMYK 0.660.660.00   0.02
XYZ24.239315.442592.1456
Yxy15.44250.18390.1171
Hunter Lab39.296941.3334-111.5185
CIE-Lab46.234448.8246-81.8762

#5456fa color RGB value is (84,86,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010100 01010110 11111010
Octal 124 126 372
Decimal 84 86 250
Hex 54 56 FA

RGB Percentages of Color #5456fa

%20.00
%20.48
%59.52

CMYK Percentages of Color #5456fa

%66
%66
%0
%2

Triadic Colors of #5456fa

#5456fa #fa5456 #56fa54

Analogous Colors of #5456fa

#5456fa #a554fa #54a9fa

Monochromatic Colors of #5456fa

#5456fa

Complementary Color

#5456fa #faf854

#5456fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5456fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#5456fa Color CSS Codes

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

#5456fa Text Font Color

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

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


#5456fa Background Color

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

This div background color is #5456fa


#5456fa Border Color

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

This div border color is #5456fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5456fa

Related Colors


Comments

No comments written yet.

Please login to write comment.