Color Hex Logo

#147dbf Color Hex

#147DBF
(20,125,191)
0 Favorites   0 Comments

Color spaces of #147dbf

RGB 20125191
HSL0.560.810.41
HSV203°90°75°
CMYK 0.900.350.00   0.25
XYZ17.026118.577551.9787
Yxy18.57750.19440.2121
Hunter Lab43.1016-4.9164-41.3300
CIE-Lab50.1892-3.4412-42.1901

#147dbf color RGB value is (20,125,191).

#147dbf hex color red value is 20, green value is 125 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #147dbf hue: 0.56 , saturation: 0.81 and the lightness value of 147dbf is 0.41.

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 01111101 10111111
Octal 24 175 277
Decimal 20 125 191
Hex 14 7D BF

RGB Percentages of Color #147dbf

%5.95
%37.20
%56.85

CMYK Percentages of Color #147dbf

%90
%35
%0
%25

Triadic Colors of #147dbf

#147dbf #bf147d #7dbf14

Analogous Colors of #147dbf

#147dbf #1427bf #14bfac

Monochromatic Colors of #147dbf

#147dbf

Complementary Color

#147dbf #bf5614

#147dbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#147dbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#147dbf Color CSS Codes

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

#147dbf Text Font Color

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

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


#147dbf Background Color

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

This div background color is #147dbf


#147dbf Border Color

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

This div border color is #147dbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #147dbf


Comments

No comments written yet.

Please login to write comment.