Color Hex Logo

#1480ea Color Hex

#1480EA
(20,128,234)
0 Favorites   0 Comments

Color spaces of #1480ea

RGB 20128234
HSL0.580.840.50
HSV210°91°92°
CMYK 0.910.450.00   0.08
XYZ22.858921.527680.7923
Yxy21.52760.18260.1720
Hunter Lab46.39786.7457-70.7628
CIE-Lab53.522111.2749-61.1987

#1480ea color RGB value is (20,128,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 10000000 11101010
Octal 24 200 352
Decimal 20 128 234
Hex 14 80 EA

RGB Percentages of Color #1480ea

%5.24
%33.51
%61.26

CMYK Percentages of Color #1480ea

%91
%45
%0
%8

Triadic Colors of #1480ea

#1480ea #ea1480 #80ea14

Analogous Colors of #1480ea

#1480ea #1415ea #14eae9

Monochromatic Colors of #1480ea

#1480ea

Complementary Color

#1480ea #ea7e14

#1480ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1480ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#1480ea Color CSS Codes

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

#1480ea Text Font Color

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

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


#1480ea Background Color

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

This div background color is #1480ea


#1480ea Border Color

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

This div border color is #1480ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1480ea


Comments

No comments written yet.

Please login to write comment.