Color Hex Logo

#5592fe Color Hex

#5592FE
(85,146,254)
0 Favorites   0 Comments

Color spaces of #5592fe

RGB 85146254
HSL0.610.990.66
HSV218°67°100°
CMYK 0.670.430.00   0.00
XYZ31.914629.644897.8059
Yxy29.64480.20030.1860
Hunter Lab54.44709.3470-68.3926
CIE-Lab61.346514.1355-59.6177

#5592fe color RGB value is (85,146,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 10010010 11111110
Octal 125 222 376
Decimal 85 146 254
Hex 55 92 FE

RGB Percentages of Color #5592fe

%17.53
%30.10
%52.37

CMYK Percentages of Color #5592fe

%67
%43
%0
%0

Triadic Colors of #5592fe

#5592fe #fe5592 #92fe55

Analogous Colors of #5592fe

#5592fe #6d55fe #55e7fe

Monochromatic Colors of #5592fe

#5592fe

Complementary Color

#5592fe #fec155

#5592fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5592fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#5592fe Color CSS Codes

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

#5592fe Text Font Color

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

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


#5592fe Background Color

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

This div background color is #5592fe


#5592fe Border Color

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

This div border color is #5592fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5592fe


Comments

No comments written yet.

Please login to write comment.