Color Hex Logo

#1480ef Color Hex

#1480EF
(20,128,239)
0 Favorites   0 Comments

Color spaces of #1480ef

RGB 20128239
HSL0.580.870.51
HSV210°92°94°
CMYK 0.920.460.00   0.06
XYZ23.587621.819184.6297
Yxy21.81910.18140.1678
Hunter Lab46.71098.3930-74.7225
CIE-Lab53.834513.1979-63.4826

#1480ef color RGB value is (20,128,239).

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

The process color (four color CMYK) of #1480ef color hex is 0.92, 0.46, 0.00, 0.06. Web safe color of #1480ef is #0099ff. Color #1480ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 10000000 11101111
Octal 24 200 357
Decimal 20 128 239
Hex 14 80 EF

RGB Percentages of Color #1480ef

%5.17
%33.07
%61.76

CMYK Percentages of Color #1480ef

%92
%46
%0
%6

Triadic Colors of #1480ef

#1480ef #ef1480 #80ef14

Analogous Colors of #1480ef

#1480ef #1514ef #14eeef

Monochromatic Colors of #1480ef

#1480ef

Complementary Color

#1480ef #ef8314

#1480ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1480ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#1480ef Color CSS Codes

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

#1480ef Text Font Color

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

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


#1480ef Background Color

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

This div background color is #1480ef


#1480ef Border Color

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

This div border color is #1480ef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(20,128,239, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1480ef


Comments

No comments written yet.

Please login to write comment.