Color Hex Logo

#147bbb Color Hex

#147BBB
(20,123,187)
0 Favorites   0 Comments

Color spaces of #147bbb

RGB 20123187
HSL0.560.810.41
HSV203°89°73°
CMYK 0.890.340.00   0.27
XYZ16.341117.902549.6080
Yxy17.90250.19490.2135
Hunter Lab42.3113-5.1062-39.8967
CIE-Lab49.3776-3.7749-41.1759

#147bbb color RGB value is (20,123,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 01111011 10111011
Octal 24 173 273
Decimal 20 123 187
Hex 14 7B BB

RGB Percentages of Color #147bbb

%6.06
%37.27
%56.67

CMYK Percentages of Color #147bbb

%89
%34
%0
%27

Triadic Colors of #147bbb

#147bbb #bb147b #7bbb14

Analogous Colors of #147bbb

#147bbb #1428bb #14bba8

Monochromatic Colors of #147bbb

#147bbb

Complementary Color

#147bbb #bb5414

#147bbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#147bbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#147bbb Color CSS Codes

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

#147bbb Text Font Color

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

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


#147bbb Background Color

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

This div background color is #147bbb


#147bbb Border Color

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

This div border color is #147bbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #147bbb


Comments

No comments written yet.

Please login to write comment.