Color Hex Logo

#085701 Color Hex

#085701
(8,87,1)
0 Favorites   0 Comments

Color spaces of #085701

RGB 8871
HSL0.320.980.17
HSV115°99°34°
CMYK 0.910.000.99   0.66
XYZ3.51386.87021.1696
Yxy6.87020.30410.5946
Hunter Lab26.2111-21.940015.7021
CIE-Lab31.5096-38.218037.7842

#085701 color RGB value is (8,87,1).

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

The process color (four color CMYK) of #085701 color hex is 0.91, 0.00, 0.99, 0.66. Web safe color of #085701 is #006600. Color #085701 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 01010111 00000001
Octal 10 127 1
Decimal 8 87 1
Hex 8 57 1

RGB Percentages of Color #085701

%8.33
%90.63
%1.04

CMYK Percentages of Color #085701

%91
%0
%99
%66

Triadic Colors of #085701

#085701 #010857 #570108

Analogous Colors of #085701

#085701 #015725 #335701

Monochromatic Colors of #085701

#085701

Complementary Color

#085701 #500157

#085701 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#085701 Color Preview on White Background

Lorem ipsum dolor sit amet.

#085701 Color CSS Codes

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

#085701 Text Font Color

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

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


#085701 Background Color

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

This div background color is #085701


#085701 Border Color

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

This div border color is #085701


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #085701


Comments

No comments written yet.

Please login to write comment.