Color Hex Logo

#087786 Color Hex

#087786
(8,119,134)
0 Favorites   0 Comments

Color spaces of #087786

RGB 8119134
HSL0.520.890.28
HSV187°94°53°
CMYK 0.940.110.00   0.47
XYZ11.000014.966524.8633
Yxy14.96650.21640.2944
Hunter Lab38.6866-16.9474-11.0242
CIE-Lab45.5883-21.8046-16.0579

#087786 color RGB value is (8,119,134).

#087786 hex color red value is 8, green value is 119 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #087786 hue: 0.52 , saturation: 0.89 and the lightness value of 087786 is 0.28.

The process color (four color CMYK) of #087786 color hex is 0.94, 0.11, 0.00, 0.47. Web safe color of #087786 is #006699. Color #087786 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 01110111 10000110
Octal 10 167 206
Decimal 8 119 134
Hex 8 77 86

RGB Percentages of Color #087786

%3.07
%45.59
%51.34

CMYK Percentages of Color #087786

%94
%11
%0
%47

Triadic Colors of #087786

#087786 #860877 #778608

Analogous Colors of #087786

#087786 #083886 #088656

Monochromatic Colors of #087786

#087786

Complementary Color

#087786 #861708

#087786 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#087786 Color Preview on White Background

Lorem ipsum dolor sit amet.

#087786 Color CSS Codes

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

#087786 Text Font Color

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

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


#087786 Background Color

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

This div background color is #087786


#087786 Border Color

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

This div border color is #087786


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #087786


Comments

No comments written yet.

Please login to write comment.