Color Hex Logo

#197787 Color Hex

#197787
(25,119,135)
0 Favorites   0 Comments

Color spaces of #197787

RGB 25119135
HSL0.520.690.31
HSV189°81°53°
CMYK 0.810.120.00   0.47
XYZ11.370915.149625.2465
Yxy15.14960.21970.2926
Hunter Lab38.9225-15.9670-11.2118
CIE-Lab45.8384-20.1743-16.2514

#197787 color RGB value is (25,119,135).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011001 01110111 10000111
Octal 31 167 207
Decimal 25 119 135
Hex 19 77 87

RGB Percentages of Color #197787

%8.96
%42.65
%48.39

CMYK Percentages of Color #197787

%81
%12
%0
%47

Triadic Colors of #197787

#197787 #871977 #778719

Analogous Colors of #197787

#197787 #194087 #198760

Monochromatic Colors of #197787

#197787

Complementary Color

#197787 #872919

#197787 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#197787 Color Preview on White Background

Lorem ipsum dolor sit amet.

#197787 Color CSS Codes

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

#197787 Text Font Color

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

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


#197787 Background Color

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

This div background color is #197787


#197787 Border Color

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

This div border color is #197787


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #197787


Comments

No comments written yet.

Please login to write comment.