Color Hex Logo

#147187 Color Hex

#147187
(20,113,135)
0 Favorites   0 Comments

Color spaces of #147187

RGB 20113135
HSL0.530.740.30
HSV191°85°53°
CMYK 0.850.160.00   0.47
XYZ10.566813.708225.0107
Yxy13.70820.21440.2781
Hunter Lab37.0246-13.8492-14.1341
CIE-Lab43.8115-17.3876-19.3624

#147187 color RGB value is (20,113,135).

#147187 hex color red value is 20, green value is 113 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #147187 hue: 0.53 , saturation: 0.74 and the lightness value of 147187 is 0.30.

The process color (four color CMYK) of #147187 color hex is 0.85, 0.16, 0.00, 0.47. Web safe color of #147187 is #006699. Color #147187 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 01110001 10000111
Octal 24 161 207
Decimal 20 113 135
Hex 14 71 87

RGB Percentages of Color #147187

%7.46
%42.16
%50.37

CMYK Percentages of Color #147187

%85
%16
%0
%47

Triadic Colors of #147187

#147187 #871471 #718714

Analogous Colors of #147187

#147187 #143887 #148763

Monochromatic Colors of #147187

#147187

Complementary Color

#147187 #872a14

#147187 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#147187 Color Preview on White Background

Lorem ipsum dolor sit amet.

#147187 Color CSS Codes

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

#147187 Text Font Color

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

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


#147187 Background Color

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

This div background color is #147187


#147187 Border Color

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

This div border color is #147187


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(20,113,135, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #147187; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #147187;
  -webkit-box-shadow: 1px 1px 3px 2px #147187;
  box-shadow:         1px 1px 3px 2px #147187; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #147187


Comments

No comments written yet.

Please login to write comment.