Color Hex Logo

#147dbb Color Hex

#147DBB
(20,125,187)
0 Favorites   0 Comments

Color spaces of #147dbb

RGB 20125187
HSL0.560.810.41
HSV202°89°73°
CMYK 0.890.330.00   0.27
XYZ16.591718.403849.6915
Yxy18.40380.19590.2173
Hunter Lab42.8997-6.0384-38.6470
CIE-Lab49.9823-4.9670-40.2197

#147dbb color RGB value is (20,125,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 01111101 10111011
Octal 24 175 273
Decimal 20 125 187
Hex 14 7D BB

RGB Percentages of Color #147dbb

%6.02
%37.65
%56.33

CMYK Percentages of Color #147dbb

%89
%33
%0
%27

Triadic Colors of #147dbb

#147dbb #bb147d #7dbb14

Analogous Colors of #147dbb

#147dbb #142abb #14bba6

Monochromatic Colors of #147dbb

#147dbb

Complementary Color

#147dbb #bb5214

#147dbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#147dbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#147dbb Color CSS Codes

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

#147dbb Text Font Color

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

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


#147dbb Background Color

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

This div background color is #147dbb


#147dbb Border Color

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

This div border color is #147dbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #147dbb


Comments

No comments written yet.

Please login to write comment.