Color Hex Logo

#000708 Color Hex

#000708
(0,7,8)
0 Favorites   0 Comments

Color spaces of #000708

RGB 078
HSL0.521.000.02
HSV188°100°
CMYK 1.000.130.00   0.97
XYZ0.11980.16950.2561
Yxy0.16950.21970.3108
Hunter Lab4.1170-2.0107-0.8062
CIE-Lab1.5311-1.6920-1.0233

#000708 color RGB value is (0,7,8).

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

The process color (four color CMYK) of #000708 color hex is 1.00, 0.13, 0.00, 0.97. Web safe color of #000708 is #000000. Color #000708 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 00000111 00001000
Octal 0 7 10
Decimal 0 7 8
Hex 0 7 8

RGB Percentages of Color #000708

%0.00
%46.67
%53.33

CMYK Percentages of Color #000708

%100
%13
%0
%97

Triadic Colors of #000708

#000708 #080007 #070800

Analogous Colors of #000708

#000708 #000308 #000805

Monochromatic Colors of #000708

#000708

Complementary Color

#000708 #080100

#000708 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#000708 Color Preview on White Background

Lorem ipsum dolor sit amet.

#000708 Color CSS Codes

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

#000708 Text Font Color

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

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


#000708 Background Color

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

This div background color is #000708


#000708 Border Color

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

This div border color is #000708


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #000708


Comments

No comments written yet.

Please login to write comment.