Color Hex Logo

#147387 Color Hex

#147387
(20,115,135)
1 Favorites   0 Comments

Color spaces of #147387

RGB 20115135
HSL0.530.740.30
HSV190°85°53°
CMYK 0.850.150.00   0.47
XYZ10.792414.159525.0859
Yxy14.15950.21570.2830
Hunter Lab37.6291-14.6554-13.1860
CIE-Lab44.4608-18.4874-18.3655

#147387 color RGB value is (20,115,135).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 01110011 10000111
Octal 24 163 207
Decimal 20 115 135
Hex 14 73 87

RGB Percentages of Color #147387

%7.41
%42.59
%50.00

CMYK Percentages of Color #147387

%85
%15
%0
%47

Triadic Colors of #147387

#147387 #871473 #738714

Analogous Colors of #147387

#147387 #143987 #148762

Monochromatic Colors of #147387

#147387

Complementary Color

#147387 #872814

#147387 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#147387 Color Preview on White Background

Lorem ipsum dolor sit amet.

#147387 Color CSS Codes

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

#147387 Text Font Color

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

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


#147387 Background Color

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

This div background color is #147387


#147387 Border Color

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

This div border color is #147387


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(20,115,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 #147387">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #147387


Comments

No comments written yet.

Please login to write comment.