Color Hex Logo

#147bfd Color Hex

#147BFD
(20,123,253)
0 Favorites   0 Comments

Color spaces of #147bfd

RGB 20123253
HSL0.590.980.54
HSV213°92°99°
CMYK 0.920.510.00   0.01
XYZ25.101121.406595.7374
Yxy21.40650.17650.1505
Hunter Lab46.267215.8732-90.2976
CIE-Lab53.391521.6890-71.9631

#147bfd color RGB value is (20,123,253).

#147bfd hex color red value is 20, green value is 123 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #147bfd hue: 0.59 , saturation: 0.98 and the lightness value of 147bfd is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 01111011 11111101
Octal 24 173 375
Decimal 20 123 253
Hex 14 7B FD

RGB Percentages of Color #147bfd

%5.05
%31.06
%63.89

CMYK Percentages of Color #147bfd

%92
%51
%0
%1

Triadic Colors of #147bfd

#147bfd #fd147b #7bfd14

Analogous Colors of #147bfd

#147bfd #2214fd #14f0fd

Monochromatic Colors of #147bfd

#147bfd

Complementary Color

#147bfd #fd9614

#147bfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#147bfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#147bfd Color CSS Codes

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

#147bfd Text Font Color

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

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


#147bfd Background Color

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

This div background color is #147bfd


#147bfd Border Color

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

This div border color is #147bfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #147bfd

Related Colors


Comments

No comments written yet.

Please login to write comment.