Color Hex Logo

#1478ea Color Hex

#1478EA
(20,120,234)
0 Favorites   0 Comments

Color spaces of #1478ea

RGB 20120234
HSL0.590.840.50
HSV212°91°92°
CMYK 0.910.490.00   0.08
XYZ21.856219.522280.4581
Yxy19.52220.17940.1602
Hunter Lab44.183910.9756-77.0372
CIE-Lab51.292616.2703-64.7927

#1478ea color RGB value is (20,120,234).

#1478ea hex color red value is 20, green value is 120 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #1478ea hue: 0.59 , saturation: 0.84 and the lightness value of 1478ea is 0.50.

The process color (four color CMYK) of #1478ea color hex is 0.91, 0.49, 0.00, 0.08. Web safe color of #1478ea is #0066ff. Color #1478ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 01111000 11101010
Octal 24 170 352
Decimal 20 120 234
Hex 14 78 EA

RGB Percentages of Color #1478ea

%5.35
%32.09
%62.57

CMYK Percentages of Color #1478ea

%91
%49
%0
%8

Triadic Colors of #1478ea

#1478ea #ea1478 #78ea14

Analogous Colors of #1478ea

#1478ea #1b14ea #14e3ea

Monochromatic Colors of #1478ea

#1478ea

Complementary Color

#1478ea #ea8614

#1478ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1478ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#1478ea Color CSS Codes

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

#1478ea Text Font Color

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

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


#1478ea Background Color

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

This div background color is #1478ea


#1478ea Border Color

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

This div border color is #1478ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1478ea


Comments

No comments written yet.

Please login to write comment.