Color Hex Logo

#000881 Color Hex

#000881
(0,8,129)
0 Favorites   0 Comments

Color spaces of #000881

RGB 08129
HSL0.661.000.25
HSV236°100°51°
CMYK 1.000.940.00   0.49
XYZ4.04931.758620.8949
Yxy1.75860.15160.0659
Hunter Lab13.261231.2976-84.1368
CIE-Lab14.165744.6047-63.3505

#000881 color RGB value is (0,8,129).

#000881 hex color red value is 0, green value is 8 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #000881 hue: 0.66 , saturation: 1.00 and the lightness value of 000881 is 0.25.

The process color (four color CMYK) of #000881 color hex is 1.00, 0.94, 0.00, 0.49. Web safe color of #000881 is #000099. Color #000881 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 00001000 10000001
Octal 0 10 201
Decimal 0 8 129
Hex 0 8 81

RGB Percentages of Color #000881

%0.00
%5.84
%94.16

CMYK Percentages of Color #000881

%100
%94
%0
%49

Triadic Colors of #000881

#000881 #810008 #088100

Analogous Colors of #000881

#000881 #380081 #004981

Monochromatic Colors of #000881

#000881

Complementary Color

#000881 #817900

#000881 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#000881 Color Preview on White Background

Lorem ipsum dolor sit amet.

#000881 Color CSS Codes

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

#000881 Text Font Color

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

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


#000881 Background Color

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

This div background color is #000881


#000881 Border Color

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

This div border color is #000881


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #000881


Comments

No comments written yet.

Please login to write comment.