Color Hex Logo

#1447bc Color Hex

#1447BC
(20,71,188)
0 Favorites   0 Comments

Color spaces of #1447bc

RGB 2071188
HSL0.620.810.41
HSV222°89°74°
CMYK 0.890.620.00   0.26
XYZ11.61888.286048.5639
Yxy8.28600.16970.1210
Hunter Lab28.785421.6744-79.8784
CIE-Lab34.571630.1673-65.6163

#1447bc color RGB value is (20,71,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 01000111 10111100
Octal 24 107 274
Decimal 20 71 188
Hex 14 47 BC

RGB Percentages of Color #1447bc

%7.17
%25.45
%67.38

CMYK Percentages of Color #1447bc

%89
%62
%0
%26

Triadic Colors of #1447bc

#1447bc #bc1447 #47bc14

Analogous Colors of #1447bc

#1447bc #3514bc #149bbc

Monochromatic Colors of #1447bc

#1447bc

Complementary Color

#1447bc #bc8914

#1447bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1447bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#1447bc Color CSS Codes

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

#1447bc Text Font Color

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

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


#1447bc Background Color

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

This div background color is #1447bc


#1447bc Border Color

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

This div border color is #1447bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1447bc


Comments

No comments written yet.

Please login to write comment.