Color Hex Logo

#086072 Color Hex

#086072
(8,96,114)
0 Favorites   0 Comments

Color spaces of #086072

RGB 896114
HSL0.530.870.24
HSV190°93°45°
CMYK 0.930.160.00   0.55
XYZ7.32039.632317.3930
Yxy9.63230.21310.2805
Hunter Lab31.0359-12.2110-11.5018
CIE-Lab37.1742-16.4670-16.8382

#086072 color RGB value is (8,96,114).

#086072 hex color red value is 8, green value is 96 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #086072 hue: 0.53 , saturation: 0.87 and the lightness value of 086072 is 0.24.

The process color (four color CMYK) of #086072 color hex is 0.93, 0.16, 0.00, 0.55. Web safe color of #086072 is #006666. Color #086072 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 01100000 01110010
Octal 10 140 162
Decimal 8 96 114
Hex 8 60 72

RGB Percentages of Color #086072

%3.67
%44.04
%52.29

CMYK Percentages of Color #086072

%93
%16
%0
%55

Triadic Colors of #086072

#086072 #720860 #607208

Analogous Colors of #086072

#086072 #082b72 #08724f

Monochromatic Colors of #086072

#086072

Complementary Color

#086072 #721a08

#086072 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#086072 Color Preview on White Background

Lorem ipsum dolor sit amet.

#086072 Color CSS Codes

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

#086072 Text Font Color

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

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


#086072 Background Color

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

This div background color is #086072


#086072 Border Color

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

This div border color is #086072


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #086072


Comments

No comments written yet.

Please login to write comment.