Color Hex Logo

#147fbd Color Hex

#147FBD
(20,127,189)
0 Favorites   0 Comments

Color spaces of #147fbd

RGB 20127189
HSL0.560.810.41
HSV202°89°74°
CMYK 0.890.330.00   0.26
XYZ17.063219.001650.9125
Yxy19.00160.19620.2185
Hunter Lab43.5908-6.4119-38.7350
CIE-Lab50.6891-5.3913-40.2521

#147fbd color RGB value is (20,127,189).

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

The process color (four color CMYK) of #147fbd color hex is 0.89, 0.33, 0.00, 0.26. Web safe color of #147fbd is #0066cc. Color #147fbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 01111111 10111101
Octal 24 177 275
Decimal 20 127 189
Hex 14 7F BD

RGB Percentages of Color #147fbd

%5.95
%37.80
%56.25

CMYK Percentages of Color #147fbd

%89
%33
%0
%26

Triadic Colors of #147fbd

#147fbd #bd147f #7fbd14

Analogous Colors of #147fbd

#147fbd #142abd #14bda7

Monochromatic Colors of #147fbd

#147fbd

Complementary Color

#147fbd #bd5214

#147fbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#147fbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#147fbd Color CSS Codes

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

#147fbd Text Font Color

<p style="color:#147fbd">Text here</p>

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


#147fbd Background Color

<div style="background-color:#147fbd">
Div content here</div>

This div background color is #147fbd


#147fbd Border Color

<div style="border:3px solid #147fbd">
Div here</div>

This div border color is #147fbd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(20,127,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #147fbd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #147fbd;
  -webkit-box-shadow: 1px 1px 3px 2px #147fbd;
  box-shadow:         1px 1px 3px 2px #147fbd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #147fbd


Comments

No comments written yet.

Please login to write comment.