Color Hex Logo

#0871af Color Hex

#0871AF
(8,113,175)
0 Favorites   0 Comments

Color spaces of #0871af

RGB 8113175
HSL0.560.910.36
HSV202°95°69°
CMYK 0.950.350.00   0.31
XYZ13.743114.957042.7201
Yxy14.95700.19240.2094
Hunter Lab38.6743-4.2491-38.4205
CIE-Lab45.5752-2.9773-40.2514

#0871af color RGB value is (8,113,175).

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

The process color (four color CMYK) of #0871af color hex is 0.95, 0.35, 0.00, 0.31. Web safe color of #0871af is #006699. Color #0871af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 01110001 10101111
Octal 10 161 257
Decimal 8 113 175
Hex 8 71 AF

RGB Percentages of Color #0871af

%2.70
%38.18
%59.12

CMYK Percentages of Color #0871af

%95
%35
%0
%31

Triadic Colors of #0871af

#0871af #af0871 #71af08

Analogous Colors of #0871af

#0871af #081eaf #08af9a

Monochromatic Colors of #0871af

#0871af

Complementary Color

#0871af #af4608

#0871af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0871af Color Preview on White Background

Lorem ipsum dolor sit amet.

#0871af Color CSS Codes

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

#0871af Text Font Color

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

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


#0871af Background Color

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

This div background color is #0871af


#0871af Border Color

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

This div border color is #0871af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0871af


Comments

No comments written yet.

Please login to write comment.