Color Hex Logo

#1390ea Color Hex

#1390EA
(19,144,234)
0 Favorites   0 Comments

Color spaces of #1390ea

RGB 19144234
HSL0.570.850.50
HSV205°92°92°
CMYK 0.920.380.00   0.08
XYZ25.093126.025581.5428
Yxy26.02550.18920.1962
Hunter Lab51.0152-1.4769-59.0586
CIE-Lab58.06121.5269-53.9316

#1390ea color RGB value is (19,144,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 10010000 11101010
Octal 23 220 352
Decimal 19 144 234
Hex 13 90 EA

RGB Percentages of Color #1390ea

%4.79
%36.27
%58.94

CMYK Percentages of Color #1390ea

%92
%38
%0
%8

Triadic Colors of #1390ea

#1390ea #ea1390 #90ea13

Analogous Colors of #1390ea

#1390ea #1324ea #13ead9

Monochromatic Colors of #1390ea

#1390ea

Complementary Color

#1390ea #ea6d13

#1390ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1390ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#1390ea Color CSS Codes

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

#1390ea Text Font Color

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

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


#1390ea Background Color

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

This div background color is #1390ea


#1390ea Border Color

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

This div border color is #1390ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1390ea


Comments

No comments written yet.

Please login to write comment.