Color Hex Logo

#147ff6 Color Hex

#147FF6
(20,127,246)
0 Favorites   0 Comments

Color spaces of #147ff6

RGB 20127246
HSL0.590.930.52
HSV212°92°96°
CMYK 0.920.480.00   0.04
XYZ24.512421.981390.1396
Yxy21.98130.17940.1609
Hunter Lab46.884211.2775-81.1720
CIE-Lab54.007216.5078-67.0921

#147ff6 color RGB value is (20,127,246).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 01111111 11110110
Octal 24 177 366
Decimal 20 127 246
Hex 14 7F F6

RGB Percentages of Color #147ff6

%5.09
%32.32
%62.60

CMYK Percentages of Color #147ff6

%92
%48
%0
%4

Triadic Colors of #147ff6

#147ff6 #f6147f #7ff614

Analogous Colors of #147ff6

#147ff6 #1a14f6 #14f0f6

Monochromatic Colors of #147ff6

#147ff6

Complementary Color

#147ff6 #f68b14

#147ff6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#147ff6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#147ff6 Color CSS Codes

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

#147ff6 Text Font Color

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

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


#147ff6 Background Color

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

This div background color is #147ff6


#147ff6 Border Color

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

This div border color is #147ff6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #147ff6


Comments

No comments written yet.

Please login to write comment.