Color Hex Logo

#5592ea Color Hex

#5592EA
(85,146,234)
0 Favorites   0 Comments

Color spaces of #5592ea

RGB 85146234
HSL0.600.780.63
HSV215°64°92°
CMYK 0.640.380.00   0.08
XYZ28.876528.429681.8074
Yxy28.42960.20760.2044
Hunter Lab53.31943.3623-53.6444
CIE-Lab60.27497.3575-50.3112

#5592ea color RGB value is (85,146,234).

#5592ea hex color red value is 85, green value is 146 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #5592ea hue: 0.60 , saturation: 0.78 and the lightness value of 5592ea is 0.63.

The process color (four color CMYK) of #5592ea color hex is 0.64, 0.38, 0.00, 0.08. Web safe color of #5592ea is #6699ff. Color #5592ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 10010010 11101010
Octal 125 222 352
Decimal 85 146 234
Hex 55 92 EA

RGB Percentages of Color #5592ea

%18.28
%31.40
%50.32

CMYK Percentages of Color #5592ea

%64
%38
%0
%8

Triadic Colors of #5592ea

#5592ea #ea5592 #92ea55

Analogous Colors of #5592ea

#5592ea #6355ea #55ddea

Monochromatic Colors of #5592ea

#5592ea

Complementary Color

#5592ea #eaad55

#5592ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5592ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#5592ea Color CSS Codes

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

#5592ea Text Font Color

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

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


#5592ea Background Color

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

This div background color is #5592ea


#5592ea Border Color

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

This div border color is #5592ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5592ea


Comments

No comments written yet.

Please login to write comment.