Color Hex Logo

#08177c Color Hex

#08177C
(8,23,124)
0 Favorites   0 Comments

Color spaces of #08177c

RGB 823124
HSL0.650.880.26
HSV232°94°49°
CMYK 0.940.810.00   0.51
XYZ4.04462.119719.2647
Yxy2.11970.15910.0834
Hunter Lab14.559224.1094-68.2610
CIE-Lab16.103336.1855-56.9282

#08177c color RGB value is (8,23,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001000 00010111 01111100
Octal 10 27 174
Decimal 8 23 124
Hex 8 17 7C

RGB Percentages of Color #08177c

%5.16
%14.84
%80.00

CMYK Percentages of Color #08177c

%94
%81
%0
%51

Triadic Colors of #08177c

#08177c #7c0817 #177c08

Analogous Colors of #08177c

#08177c #33087c #08517c

Monochromatic Colors of #08177c

#08177c

Complementary Color

#08177c #7c6d08

#08177c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#08177c Color Preview on White Background

Lorem ipsum dolor sit amet.

#08177c Color CSS Codes

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

#08177c Text Font Color

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

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


#08177c Background Color

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

This div background color is #08177c


#08177c Border Color

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

This div border color is #08177c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(8,23,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 #08177c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #08177c


Comments

No comments written yet.

Please login to write comment.