Color Hex Logo

#5a79fe Color Hex

#5A79FE
(90,121,254)
0 Favorites   0 Comments

Color spaces of #5a79fe

RGB 90121254
HSL0.640.990.67
HSV229°65°100°
CMYK 0.650.520.00   0.00
XYZ28.943223.004296.6807
Yxy23.00420.19470.1548
Hunter Lab47.962723.7815-85.9398
CIE-Lab55.076730.0222-69.6849

#5a79fe color RGB value is (90,121,254).

#5a79fe hex color red value is 90, green value is 121 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #5a79fe hue: 0.64 , saturation: 0.99 and the lightness value of 5a79fe is 0.67.

The process color (four color CMYK) of #5a79fe color hex is 0.65, 0.52, 0.00, 0.00. Web safe color of #5a79fe is #6666ff. Color #5a79fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 01111001 11111110
Octal 132 171 376
Decimal 90 121 254
Hex 5A 79 FE

RGB Percentages of Color #5a79fe

%19.35
%26.02
%54.62

CMYK Percentages of Color #5a79fe

%65
%52
%0
%0

Triadic Colors of #5a79fe

#5a79fe #fe5a79 #79fe5a

Analogous Colors of #5a79fe

#5a79fe #8d5afe #5acbfe

Monochromatic Colors of #5a79fe

#5a79fe

Complementary Color

#5a79fe #fedf5a

#5a79fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5a79fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#5a79fe Color CSS Codes

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

#5a79fe Text Font Color

<p style="color:#5a79fe">Text here</p>

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


#5a79fe Background Color

<div style="background-color:#5a79fe">
Div content here</div>

This div background color is #5a79fe


#5a79fe Border Color

<div style="border:3px solid #5a79fe">
Div here</div>

This div border color is #5a79fe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(90,121,254, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5a79fe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5a79fe;
  -webkit-box-shadow: 1px 1px 3px 2px #5a79fe;
  box-shadow:         1px 1px 3px 2px #5a79fe; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(90,121,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5a79fe


Comments

No comments written yet.

Please login to write comment.