Color Hex Logo

#147588 Color Hex

#147588
(20,117,136)
0 Favorites   0 Comments

Color spaces of #147588

RGB 20117136
HSL0.530.740.31
HSV190°85°53°
CMYK 0.850.140.00   0.47
XYZ11.093714.648925.5354
Yxy14.64890.21630.2857
Hunter Lab38.2739-15.2410-12.7651
CIE-Lab45.1495-19.2234-17.9061

#147588 color RGB value is (20,117,136).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 01110101 10001000
Octal 24 165 210
Decimal 20 117 136
Hex 14 75 88

RGB Percentages of Color #147588

%7.33
%42.86
%49.82

CMYK Percentages of Color #147588

%85
%14
%0
%47

Triadic Colors of #147588

#147588 #881475 #758814

Analogous Colors of #147588

#147588 #143b88 #148861

Monochromatic Colors of #147588

#147588

Complementary Color

#147588 #882714

#147588 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#147588 Color Preview on White Background

Lorem ipsum dolor sit amet.

#147588 Color CSS Codes

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

#147588 Text Font Color

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

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


#147588 Background Color

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

This div background color is #147588


#147588 Border Color

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

This div border color is #147588


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #147588


Comments

No comments written yet.

Please login to write comment.