Color Hex Logo

#147faf Color Hex

#147FAF
(20,127,175)
0 Favorites   0 Comments

Color spaces of #147faf

RGB 20127175
HSL0.550.790.38
HSV199°89°69°
CMYK 0.890.270.00   0.31
XYZ15.615718.422643.2903
Yxy18.42260.20190.2382
Hunter Lab42.9216-10.1709-29.7543
CIE-Lab50.0047-10.6542-33.2629

#147faf color RGB value is (20,127,175).

#147faf hex color red value is 20, green value is 127 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #147faf hue: 0.55 , saturation: 0.79 and the lightness value of 147faf is 0.38.

The process color (four color CMYK) of #147faf color hex is 0.89, 0.27, 0.00, 0.31. Web safe color of #147faf is #006699. Color #147faf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 01111111 10101111
Octal 24 177 257
Decimal 20 127 175
Hex 14 7F AF

RGB Percentages of Color #147faf

%6.21
%39.44
%54.35

CMYK Percentages of Color #147faf

%89
%27
%0
%31

Triadic Colors of #147faf

#147faf #af147f #7faf14

Analogous Colors of #147faf

#147faf #1432af #14af92

Monochromatic Colors of #147faf

#147faf

Complementary Color

#147faf #af4414

#147faf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#147faf Color Preview on White Background

Lorem ipsum dolor sit amet.

#147faf Color CSS Codes

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

#147faf Text Font Color

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

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


#147faf Background Color

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

This div background color is #147faf


#147faf Border Color

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

This div border color is #147faf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #147faf


Comments

No comments written yet.

Please login to write comment.