Color Hex Logo

#147dbd Color Hex

#147DBD
(20,125,189)
0 Favorites   0 Comments

Color spaces of #147dbd

RGB 20125189
HSL0.560.810.41
HSV203°89°74°
CMYK 0.890.340.00   0.26
XYZ16.807418.490150.8272
Yxy18.49010.19520.2147
Hunter Lab43.0001-5.4801-39.9822
CIE-Lab50.0852-4.2051-41.2065

#147dbd color RGB value is (20,125,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 01111101 10111101
Octal 24 175 275
Decimal 20 125 189
Hex 14 7D BD

RGB Percentages of Color #147dbd

%5.99
%37.43
%56.59

CMYK Percentages of Color #147dbd

%89
%34
%0
%26

Triadic Colors of #147dbd

#147dbd #bd147d #7dbd14

Analogous Colors of #147dbd

#147dbd #1428bd #14bda9

Monochromatic Colors of #147dbd

#147dbd

Complementary Color

#147dbd #bd5414

#147dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#147dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#147dbd Color CSS Codes

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

#147dbd Text Font Color

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

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


#147dbd Background Color

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

This div background color is #147dbd


#147dbd Border Color

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

This div border color is #147dbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #147dbd


Comments

No comments written yet.

Please login to write comment.