Color Hex Logo

#147bca Color Hex

#147BCA
(20,123,202)
0 Favorites   0 Comments

Color spaces of #147bca

RGB 20123202
HSL0.570.820.44
HSV206°90°79°
CMYK 0.900.390.00   0.21
XYZ18.032118.578958.5128
Yxy18.57890.18960.1953
Hunter Lab43.1032-0.7558-50.3141
CIE-Lab50.19091.9970-48.4802

#147bca color RGB value is (20,123,202).

#147bca hex color red value is 20, green value is 123 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #147bca hue: 0.57 , saturation: 0.82 and the lightness value of 147bca is 0.44.

The process color (four color CMYK) of #147bca color hex is 0.90, 0.39, 0.00, 0.21. Web safe color of #147bca is #0066cc. Color #147bca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 01111011 11001010
Octal 24 173 312
Decimal 20 123 202
Hex 14 7B CA

RGB Percentages of Color #147bca

%5.80
%35.65
%58.55

CMYK Percentages of Color #147bca

%90
%39
%0
%21

Triadic Colors of #147bca

#147bca #ca147b #7bca14

Analogous Colors of #147bca

#147bca #1420ca #14cabe

Monochromatic Colors of #147bca

#147bca

Complementary Color

#147bca #ca6314

#147bca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#147bca Color Preview on White Background

Lorem ipsum dolor sit amet.

#147bca Color CSS Codes

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

#147bca Text Font Color

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

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


#147bca Background Color

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

This div background color is #147bca


#147bca Border Color

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

This div border color is #147bca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #147bca


Comments

No comments written yet.

Please login to write comment.