Color Hex Logo

#5a92fd Color Hex

#5A92FD
(90,146,253)
0 Favorites   0 Comments

Color spaces of #5a92fd

RGB 90146253
HSL0.610.980.67
HSV219°64°99°
CMYK 0.640.420.00   0.01
XYZ32.225029.823396.9865
Yxy29.82330.20260.1875
Hunter Lab54.61079.7615-67.0692
CIE-Lab61.501514.5908-58.8102

#5a92fd color RGB value is (90,146,253).

#5a92fd hex color red value is 90, green value is 146 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #5a92fd hue: 0.61 , saturation: 0.98 and the lightness value of 5a92fd is 0.67.

The process color (four color CMYK) of #5a92fd color hex is 0.64, 0.42, 0.00, 0.01. Web safe color of #5a92fd is #6699ff. Color #5a92fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 10010010 11111101
Octal 132 222 375
Decimal 90 146 253
Hex 5A 92 FD

RGB Percentages of Color #5a92fd

%18.40
%29.86
%51.74

CMYK Percentages of Color #5a92fd

%64
%42
%0
%1

Triadic Colors of #5a92fd

#5a92fd #fd5a92 #92fd5a

Analogous Colors of #5a92fd

#5a92fd #745afd #5ae4fd

Monochromatic Colors of #5a92fd

#5a92fd

Complementary Color

#5a92fd #fdc55a

#5a92fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5a92fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5a92fd Color CSS Codes

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

#5a92fd Text Font Color

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

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


#5a92fd Background Color

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

This div background color is #5a92fd


#5a92fd Border Color

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

This div border color is #5a92fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5a92fd


Comments

No comments written yet.

Please login to write comment.