Color Hex Logo

#1480bc Color Hex

#1480BC
(20,128,188)
0 Favorites   0 Comments

Color spaces of #1480bc

RGB 20128188
HSL0.560.810.41
HSV201°89°74°
CMYK 0.890.320.00   0.26
XYZ17.084819.217950.3859
Yxy19.21790.19710.2217
Hunter Lab43.8382-7.1512-37.4588
CIE-Lab50.9412-6.3589-39.2804

#1480bc color RGB value is (20,128,188).

#1480bc hex color red value is 20, green value is 128 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #1480bc hue: 0.56 , saturation: 0.81 and the lightness value of 1480bc is 0.41.

The process color (four color CMYK) of #1480bc color hex is 0.89, 0.32, 0.00, 0.26. Web safe color of #1480bc is #0099cc. Color #1480bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 10000000 10111100
Octal 24 200 274
Decimal 20 128 188
Hex 14 80 BC

RGB Percentages of Color #1480bc

%5.95
%38.10
%55.95

CMYK Percentages of Color #1480bc

%89
%32
%0
%26

Triadic Colors of #1480bc

#1480bc #bc1480 #80bc14

Analogous Colors of #1480bc

#1480bc #142cbc #14bca4

Monochromatic Colors of #1480bc

#1480bc

Complementary Color

#1480bc #bc5014

#1480bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1480bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#1480bc Color CSS Codes

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

#1480bc Text Font Color

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

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


#1480bc Background Color

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

This div background color is #1480bc


#1480bc Border Color

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

This div border color is #1480bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1480bc


Comments

No comments written yet.

Please login to write comment.