Color Hex Logo

#147fcd Color Hex

#147FCD
(20,127,205)
0 Favorites   0 Comments

Color spaces of #147fcd

RGB 20127205
HSL0.570.820.44
HSV205°90°80°
CMYK 0.900.380.00   0.20
XYZ18.897319.735260.5709
Yxy19.73520.19050.1989
Hunter Lab44.4243-1.8119-49.7427
CIE-Lab51.53650.7203-48.0447

#147fcd color RGB value is (20,127,205).

#147fcd hex color red value is 20, green value is 127 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #147fcd hue: 0.57 , saturation: 0.82 and the lightness value of 147fcd is 0.44.

The process color (four color CMYK) of #147fcd color hex is 0.90, 0.38, 0.00, 0.20. Web safe color of #147fcd is #0066cc. Color #147fcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 01111111 11001101
Octal 24 177 315
Decimal 20 127 205
Hex 14 7F CD

RGB Percentages of Color #147fcd

%5.68
%36.08
%58.24

CMYK Percentages of Color #147fcd

%90
%38
%0
%20

Triadic Colors of #147fcd

#147fcd #cd147f #7fcd14

Analogous Colors of #147fcd

#147fcd #1422cd #14cdbf

Monochromatic Colors of #147fcd

#147fcd

Complementary Color

#147fcd #cd6214

#147fcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#147fcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#147fcd Color CSS Codes

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

#147fcd Text Font Color

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

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


#147fcd Background Color

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

This div background color is #147fcd


#147fcd Border Color

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

This div border color is #147fcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #147fcd


Comments

No comments written yet.

Please login to write comment.