Color Hex Logo

#137888 Color Hex

#137888
(19,120,136)
0 Favorites   0 Comments

Color spaces of #137888

RGB 19120136
HSL0.520.750.30
HSV188°86°53°
CMYK 0.860.120.00   0.47
XYZ11.429015.349025.6528
Yxy15.34900.21800.2927
Hunter Lab39.1778-16.4889-11.3974
CIE-Lab46.1085-20.9198-16.4413

#137888 color RGB value is (19,120,136).

#137888 hex color red value is 19, green value is 120 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #137888 hue: 0.52 , saturation: 0.75 and the lightness value of 137888 is 0.30.

The process color (four color CMYK) of #137888 color hex is 0.86, 0.12, 0.00, 0.47. Web safe color of #137888 is #006699. Color #137888 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 01111000 10001000
Octal 23 170 210
Decimal 19 120 136
Hex 13 78 88

RGB Percentages of Color #137888

%6.91
%43.64
%49.45

CMYK Percentages of Color #137888

%86
%12
%0
%47

Triadic Colors of #137888

#137888 #881378 #788813

Analogous Colors of #137888

#137888 #133e88 #13885e

Monochromatic Colors of #137888

#137888

Complementary Color

#137888 #882313

#137888 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#137888 Color Preview on White Background

Lorem ipsum dolor sit amet.

#137888 Color CSS Codes

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

#137888 Text Font Color

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

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


#137888 Background Color

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

This div background color is #137888


#137888 Border Color

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

This div border color is #137888


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #137888


Comments

No comments written yet.

Please login to write comment.