Color Hex Logo

#5792fe Color Hex

#5792FE
(87,146,254)
0 Favorites   0 Comments

Color spaces of #5792fe

RGB 87146254
HSL0.610.990.67
HSV219°66°100°
CMYK 0.660.430.00   0.00
XYZ32.098829.739897.8145
Yxy29.73980.20110.1863
Hunter Lab54.53429.6301-68.1707
CIE-Lab61.429114.4471-59.4811

#5792fe color RGB value is (87,146,254).

#5792fe hex color red value is 87, green value is 146 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #5792fe hue: 0.61 , saturation: 0.99 and the lightness value of 5792fe is 0.67.

The process color (four color CMYK) of #5792fe color hex is 0.66, 0.43, 0.00, 0.00. Web safe color of #5792fe is #6699ff. Color #5792fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 10010010 11111110
Octal 127 222 376
Decimal 87 146 254
Hex 57 92 FE

RGB Percentages of Color #5792fe

%17.86
%29.98
%52.16

CMYK Percentages of Color #5792fe

%66
%43
%0
%0

Triadic Colors of #5792fe

#5792fe #fe5792 #92fe57

Analogous Colors of #5792fe

#5792fe #7057fe #57e6fe

Monochromatic Colors of #5792fe

#5792fe

Complementary Color

#5792fe #fec357

#5792fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5792fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#5792fe Color CSS Codes

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

#5792fe Text Font Color

<p style="color:#5792fe">Text here</p>

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


#5792fe Background Color

<div style="background-color:#5792fe">
Div content here</div>

This div background color is #5792fe


#5792fe Border Color

<div style="border:3px solid #5792fe">
Div here</div>

This div border color is #5792fe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(87,146,254, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5792fe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5792fe;
  -webkit-box-shadow: 1px 1px 3px 2px #5792fe;
  box-shadow:         1px 1px 3px 2px #5792fe; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(87,146,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 #5792fe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5792fe

Related Colors


Comments

No comments written yet.

Please login to write comment.