Color Hex Logo

#081331 Color Hex

#081331
(8,19,49)
0 Favorites   0 Comments

Color spaces of #081331

RGB 81949
HSL0.620.720.11
HSV224°84°19°
CMYK 0.840.610.00   0.81
XYZ0.88740.73913.0016
Yxy0.73910.19170.1597
Hunter Lab8.59713.3800-14.6826
CIE-Lab6.67627.5419-21.3203

#081331 color RGB value is (8,19,49).

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

The process color (four color CMYK) of #081331 color hex is 0.84, 0.61, 0.00, 0.81. Web safe color of #081331 is #000033. Color #081331 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 00010011 00110001
Octal 10 23 61
Decimal 8 19 49
Hex 8 13 31

RGB Percentages of Color #081331

%10.53
%25.00
%64.47

CMYK Percentages of Color #081331

%84
%61
%0
%81

Triadic Colors of #081331

#081331 #310813 #133108

Analogous Colors of #081331

#081331 #120831 #082831

Monochromatic Colors of #081331

#081331

Complementary Color

#081331 #312608

#081331 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#081331 Color Preview on White Background

Lorem ipsum dolor sit amet.

#081331 Color CSS Codes

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

#081331 Text Font Color

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

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


#081331 Background Color

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

This div background color is #081331


#081331 Border Color

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

This div border color is #081331


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #081331


Comments

No comments written yet.

Please login to write comment.