Color Hex Logo

#147cfb Color Hex

#147CFB
(20,124,251)
0 Favorites   0 Comments

Color spaces of #147cfb

RGB 20124251
HSL0.590.970.53
HSV213°92°98°
CMYK 0.920.510.00   0.02
XYZ24.908721.529194.1095
Yxy21.52910.17720.1532
Hunter Lab46.399514.6254-87.7751
CIE-Lab53.523820.2973-70.6429

#147cfb color RGB value is (20,124,251).

#147cfb hex color red value is 20, green value is 124 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #147cfb hue: 0.59 , saturation: 0.97 and the lightness value of 147cfb is 0.53.

The process color (four color CMYK) of #147cfb color hex is 0.92, 0.51, 0.00, 0.02. Web safe color of #147cfb is #0066ff. Color #147cfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 01111100 11111011
Octal 24 174 373
Decimal 20 124 251
Hex 14 7C FB

RGB Percentages of Color #147cfb

%5.06
%31.39
%63.54

CMYK Percentages of Color #147cfb

%92
%51
%0
%2

Triadic Colors of #147cfb

#147cfb #fb147c #7cfb14

Analogous Colors of #147cfb

#147cfb #2014fb #14f0fb

Monochromatic Colors of #147cfb

#147cfb

Complementary Color

#147cfb #fb9314

#147cfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#147cfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#147cfb Color CSS Codes

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

#147cfb Text Font Color

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

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


#147cfb Background Color

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

This div background color is #147cfb


#147cfb Border Color

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

This div border color is #147cfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #147cfb


Comments

No comments written yet.

Please login to write comment.