Color Hex Logo

#0590ea Color Hex

#0590EA
(5,144,234)
0 Favorites   0 Comments

Color spaces of #0590ea

RGB 5144234
HSL0.570.960.47
HSV204°98°92°
CMYK 0.980.380.00   0.08
XYZ24.887125.919381.5331
Yxy25.91930.18810.1959
Hunter Lab50.9110-1.8371-59.3142
CIE-Lab57.96041.0815-54.0983

#0590ea color RGB value is (5,144,234).

#0590ea hex color red value is 5, green value is 144 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #0590ea hue: 0.57 , saturation: 0.96 and the lightness value of 0590ea is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 00000101 10010000 11101010
Octal 5 220 352
Decimal 5 144 234
Hex 5 90 EA

RGB Percentages of Color #0590ea

%1.31
%37.60
%61.10

CMYK Percentages of Color #0590ea

%98
%38
%0
%8

Triadic Colors of #0590ea

#0590ea #ea0590 #90ea05

Analogous Colors of #0590ea

#0590ea #051dea #05ead2

Monochromatic Colors of #0590ea

#0590ea

Complementary Color

#0590ea #ea5f05

#0590ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0590ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#0590ea Color CSS Codes

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

#0590ea Text Font Color

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

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


#0590ea Background Color

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

This div background color is #0590ea


#0590ea Border Color

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

This div border color is #0590ea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(5,144,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 #0590ea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0590ea


Comments

No comments written yet.

Please login to write comment.