Color Hex Logo

#0871ac Color Hex

#0871AC
(8,113,172)
0 Favorites   0 Comments

Color spaces of #0871ac

RGB 8113172
HSL0.560.910.35
HSV202°95°67°
CMYK 0.950.340.00   0.33
XYZ13.451714.840441.1852
Yxy14.84040.19360.2136
Hunter Lab38.5232-5.0863-36.4207
CIE-Lab45.4148-4.1539-38.7530

#0871ac color RGB value is (8,113,172).

#0871ac hex color red value is 8, green value is 113 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #0871ac hue: 0.56 , saturation: 0.91 and the lightness value of 0871ac is 0.35.

The process color (four color CMYK) of #0871ac color hex is 0.95, 0.34, 0.00, 0.33. Web safe color of #0871ac is #006699. Color #0871ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 01110001 10101100
Octal 10 161 254
Decimal 8 113 172
Hex 8 71 AC

RGB Percentages of Color #0871ac

%2.73
%38.57
%58.70

CMYK Percentages of Color #0871ac

%95
%34
%0
%33

Triadic Colors of #0871ac

#0871ac #ac0871 #71ac08

Analogous Colors of #0871ac

#0871ac #081fac #08ac95

Monochromatic Colors of #0871ac

#0871ac

Complementary Color

#0871ac #ac4308

#0871ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0871ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#0871ac Color CSS Codes

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

#0871ac Text Font Color

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

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


#0871ac Background Color

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

This div background color is #0871ac


#0871ac Border Color

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

This div border color is #0871ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0871ac


Comments

No comments written yet.

Please login to write comment.