Color Hex Logo

#147ffc Color Hex

#147FFC
(20,127,252)
0 Favorites   0 Comments

Color spaces of #147ffc

RGB 20127252
HSL0.590.970.53
HSV212°92°99°
CMYK 0.920.500.00   0.01
XYZ25.448622.355795.0693
Yxy22.35570.17810.1565
Hunter Lab47.281813.3313-86.1168
CIE-Lab54.402418.8054-69.7735

#147ffc color RGB value is (20,127,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 01111111 11111100
Octal 24 177 374
Decimal 20 127 252
Hex 14 7F FC

RGB Percentages of Color #147ffc

%5.01
%31.83
%63.16

CMYK Percentages of Color #147ffc

%92
%50
%0
%1

Triadic Colors of #147ffc

#147ffc #fc147f #7ffc14

Analogous Colors of #147ffc

#147ffc #1d14fc #14f3fc

Monochromatic Colors of #147ffc

#147ffc

Complementary Color

#147ffc #fc9114

#147ffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#147ffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#147ffc Color CSS Codes

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

#147ffc Text Font Color

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

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


#147ffc Background Color

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

This div background color is #147ffc


#147ffc Border Color

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

This div border color is #147ffc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #147ffc

Related Colors


Comments

No comments written yet.

Please login to write comment.