Color Hex Logo

#080808 Color Hex Gray3

#080808
(8,8,8)
7 Favorites   1 Comments

Color spaces of #080808 Gray3

RGB 888
HSL0.000.000.03
HSV
CMYK 0.000.000.00   0.97
XYZ0.23080.24280.2644
Yxy0.24280.31270.3290
Hunter Lab4.9275-0.26220.2678
CIE-Lab2.19320.0011-0.0005

#080808 color RGB value is (8,8,8). #080808 color name is Gray3 color.

#080808 hex color red value is 8, green value is 8 and the blue value of its RGB is 8. Cylindrical-coordinate representations (also known as HSL) of color #080808 hue: 0.00 , saturation: 0.00 and the lightness value of 080808 is 0.03.

The process color (four color CMYK) of #080808 color hex is 0.00, 0.00, 0.00, 0.97. Web safe color of #080808 is #000000. Color #080808 rgb is equally color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 00001000 00001000
Octal 10 10 10
Decimal 8 8 8
Hex 8 8 8

RGB Percentages of Color #080808

%33.33
%33.33
%33.33

CMYK Percentages of Color #080808

%0
%0
%0
%97

Monochromatic Colors of #080808

#080808

#080808 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#080808 Color Preview on White Background

Lorem ipsum dolor sit amet.

#080808 Color CSS Codes

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

#080808 Text Font Color

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

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


#080808 Background Color

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

This div background color is #080808


#080808 Border Color

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

This div border color is #080808


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(8,8,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 #080808">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #080808


Comments

30 Jun 2019, 11:40 RedditorColorBoioB

the third gray

Please login to write comment.