Color Hex Logo

#147788 Color Hex

#147788
(20,119,136)
0 Favorites   0 Comments

Color spaces of #147788

RGB 20119136
HSL0.520.740.31
HSV189°85°53°
CMYK 0.850.130.00   0.47
XYZ11.329315.119925.6139
Yxy15.11990.21760.2904
Hunter Lab38.8843-16.0399-11.8365
CIE-Lab45.7980-20.3009-16.9143

#147788 color RGB value is (20,119,136).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 01110111 10001000
Octal 24 167 210
Decimal 20 119 136
Hex 14 77 88

RGB Percentages of Color #147788

%7.27
%43.27
%49.45

CMYK Percentages of Color #147788

%85
%13
%0
%47

Triadic Colors of #147788

#147788 #881477 #778814

Analogous Colors of #147788

#147788 #143d88 #14885f

Monochromatic Colors of #147788

#147788

Complementary Color

#147788 #882514

#147788 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#147788 Color Preview on White Background

Lorem ipsum dolor sit amet.

#147788 Color CSS Codes

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

#147788 Text Font Color

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

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


#147788 Background Color

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

This div background color is #147788


#147788 Border Color

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

This div border color is #147788


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #147788


Comments

No comments written yet.

Please login to write comment.