Color Hex Logo

#08197c Color Hex

#08197C
(8,25,124)
0 Favorites   0 Comments

Color spaces of #08197c

RGB 825124
HSL0.640.880.26
HSV231°94°49°
CMYK 0.940.800.00   0.51
XYZ4.08592.202119.2785
Yxy2.20210.15980.0861
Hunter Lab14.839523.1791-66.6382
CIE-Lab16.514035.0074-56.2469

#08197c color RGB value is (8,25,124).

#08197c hex color red value is 8, green value is 25 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #08197c hue: 0.64 , saturation: 0.88 and the lightness value of 08197c is 0.26.

The process color (four color CMYK) of #08197c color hex is 0.94, 0.80, 0.00, 0.51. Web safe color of #08197c is #000066. Color #08197c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 00011001 01111100
Octal 10 31 174
Decimal 8 25 124
Hex 8 19 7C

RGB Percentages of Color #08197c

%5.10
%15.92
%78.98

CMYK Percentages of Color #08197c

%94
%80
%0
%51

Triadic Colors of #08197c

#08197c #7c0819 #197c08

Analogous Colors of #08197c

#08197c #31087c #08537c

Monochromatic Colors of #08197c

#08197c

Complementary Color

#08197c #7c6b08

#08197c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#08197c Color Preview on White Background

Lorem ipsum dolor sit amet.

#08197c Color CSS Codes

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

#08197c Text Font Color

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

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


#08197c Background Color

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

This div background color is #08197c


#08197c Border Color

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

This div border color is #08197c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(8,25,124, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #08197c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #08197c;
  -webkit-box-shadow: 1px 1px 3px 2px #08197c;
  box-shadow:         1px 1px 3px 2px #08197c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(8,25,124, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #08197c


Comments

No comments written yet.

Please login to write comment.