Color Hex Logo

#0873ba Color Hex

#0873BA
(8,115,186)
0 Favorites   0 Comments

Color spaces of #0873ba

RGB 8115186
HSL0.570.920.38
HSV204°96°73°
CMYK 0.960.380.00   0.27
XYZ15.093815.858348.7198
Yxy15.85830.18940.1990
Hunter Lab39.8225-2.0330-44.6611
CIE-Lab46.78800.1254-44.7167

#0873ba color RGB value is (8,115,186).

#0873ba hex color red value is 8, green value is 115 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #0873ba hue: 0.57 , saturation: 0.92 and the lightness value of 0873ba is 0.38.

The process color (four color CMYK) of #0873ba color hex is 0.96, 0.38, 0.00, 0.27. Web safe color of #0873ba is #0066cc. Color #0873ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 01110011 10111010
Octal 10 163 272
Decimal 8 115 186
Hex 8 73 BA

RGB Percentages of Color #0873ba

%2.59
%37.22
%60.19

CMYK Percentages of Color #0873ba

%96
%38
%0
%27

Triadic Colors of #0873ba

#0873ba #ba0873 #73ba08

Analogous Colors of #0873ba

#0873ba #081aba #08baa8

Monochromatic Colors of #0873ba

#0873ba

Complementary Color

#0873ba #ba4f08

#0873ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0873ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#0873ba Color CSS Codes

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

#0873ba Text Font Color

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

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


#0873ba Background Color

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

This div background color is #0873ba


#0873ba Border Color

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

This div border color is #0873ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0873ba

#0873ba Color Palettes


Comments

No comments written yet.

Please login to write comment.