Color Hex Logo

#000828 Color Hex

#000828
(0,8,40)
0 Favorites   0 Comments

Color spaces of #000828

RGB 0840
HSL0.631.000.08
HSV228°100°16°
CMYK 1.000.800.00   0.84
XYZ0.46980.32692.0458
Yxy0.32690.16530.1150
Hunter Lab5.71754.6614-17.2125
CIE-Lab2.95296.5170-20.4924

#000828 color RGB value is (0,8,40).

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

The process color (four color CMYK) of #000828 color hex is 1.00, 0.80, 0.00, 0.84. Web safe color of #000828 is #000033. Color #000828 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 00001000 00101000
Octal 0 10 50
Decimal 0 8 40
Hex 0 8 28

RGB Percentages of Color #000828

%0.00
%16.67
%83.33

CMYK Percentages of Color #000828

%100
%80
%0
%84

Triadic Colors of #000828

#000828 #280008 #082800

Analogous Colors of #000828

#000828 #0c0028 #001c28

Monochromatic Colors of #000828

#000828

Complementary Color

#000828 #282000

#000828 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#000828 Color Preview on White Background

Lorem ipsum dolor sit amet.

#000828 Color CSS Codes

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

#000828 Text Font Color

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

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


#000828 Background Color

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

This div background color is #000828


#000828 Border Color

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

This div border color is #000828


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #000828


Comments

No comments written yet.

Please login to write comment.