Color Hex Logo

#088301 Color Hex

#088301
(8,131,1)
0 Favorites   0 Comments

Color spaces of #088301

RGB 81311
HSL0.320.980.26
HSV117°99°51°
CMYK 0.940.000.99   0.49
XYZ8.221916.28642.7390
Yxy16.28640.30180.5977
Hunter Lab40.3564-34.257524.2255
CIE-Lab47.3480-51.921750.6194

#088301 color RGB value is (8,131,1).

#088301 hex color red value is 8, green value is 131 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #088301 hue: 0.32 , saturation: 0.98 and the lightness value of 088301 is 0.26.

The process color (four color CMYK) of #088301 color hex is 0.94, 0.00, 0.99, 0.49. Web safe color of #088301 is #009900. Color #088301 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 10000011 00000001
Octal 10 203 1
Decimal 8 131 1
Hex 8 83 1

RGB Percentages of Color #088301

%5.71
%93.57
%0.71

CMYK Percentages of Color #088301

%94
%0
%99
%49

Triadic Colors of #088301

#088301 #010883 #830108

Analogous Colors of #088301

#088301 #01833b #498301

Monochromatic Colors of #088301

#088301

Complementary Color

#088301 #7c0183

#088301 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#088301 Color Preview on White Background

Lorem ipsum dolor sit amet.

#088301 Color CSS Codes

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

#088301 Text Font Color

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

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


#088301 Background Color

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

This div background color is #088301


#088301 Border Color

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

This div border color is #088301


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #088301


Comments

No comments written yet.

Please login to write comment.