Color Hex Logo

#08132e Color Hex

#08132E
(8,19,46)
0 Favorites   0 Comments

Color spaces of #08132e

RGB 81946
HSL0.620.700.11
HSV223°83°18°
CMYK 0.830.590.00   0.82
XYZ0.82620.71462.6792
Yxy0.71460.19580.1693
Hunter Lab8.45342.6524-12.8738
CIE-Lab6.45496.0215-19.4563

#08132e color RGB value is (8,19,46).

#08132e hex color red value is 8, green value is 19 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #08132e hue: 0.62 , saturation: 0.70 and the lightness value of 08132e is 0.11.

The process color (four color CMYK) of #08132e color hex is 0.83, 0.59, 0.00, 0.82. Web safe color of #08132e is #000033. Color #08132e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 00010011 00101110
Octal 10 23 56
Decimal 8 19 46
Hex 8 13 2E

RGB Percentages of Color #08132e

%10.96
%26.03
%63.01

CMYK Percentages of Color #08132e

%83
%59
%0
%82

Triadic Colors of #08132e

#08132e #2e0813 #132e08

Analogous Colors of #08132e

#08132e #10082e #08262e

Monochromatic Colors of #08132e

#08132e

Complementary Color

#08132e #2e2308

#08132e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#08132e Color Preview on White Background

Lorem ipsum dolor sit amet.

#08132e Color CSS Codes

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

#08132e Text Font Color

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

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


#08132e Background Color

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

This div background color is #08132e


#08132e Border Color

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

This div border color is #08132e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(8,19,46, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #08132e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #08132e;
  -webkit-box-shadow: 1px 1px 3px 2px #08132e;
  box-shadow:         1px 1px 3px 2px #08132e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #08132e


Comments

No comments written yet.

Please login to write comment.