Color Hex Logo

#08276c Color Hex

#08276C
(8,39,108)
0 Favorites   0 Comments

Color spaces of #08276c

RGB 839108
HSL0.620.860.23
HSV221°93°42°
CMYK 0.930.640.00   0.58
XYZ3.53242.585414.5002
Yxy2.58540.17130.1254
Hunter Lab16.079211.0757-42.2123
CIE-Lab18.300519.0110-42.9946

#08276c color RGB value is (8,39,108).

#08276c hex color red value is 8, green value is 39 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #08276c hue: 0.62 , saturation: 0.86 and the lightness value of 08276c is 0.23.

The process color (four color CMYK) of #08276c color hex is 0.93, 0.64, 0.00, 0.58. Web safe color of #08276c is #003366. Color #08276c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 00100111 01101100
Octal 10 47 154
Decimal 8 39 108
Hex 8 27 6C

RGB Percentages of Color #08276c

%5.16
%25.16
%69.68

CMYK Percentages of Color #08276c

%93
%64
%0
%58

Triadic Colors of #08276c

#08276c #6c0827 #276c08

Analogous Colors of #08276c

#08276c #1b086c #08596c

Monochromatic Colors of #08276c

#08276c

Complementary Color

#08276c #6c4d08

#08276c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#08276c Color Preview on White Background

Lorem ipsum dolor sit amet.

#08276c Color CSS Codes

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

#08276c Text Font Color

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

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


#08276c Background Color

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

This div background color is #08276c


#08276c Border Color

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

This div border color is #08276c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #08276c


Comments

No comments written yet.

Please login to write comment.