Color Hex Logo

#080fba Color Hex

#080FBA
(8,15,186)
0 Favorites   0 Comments

Color spaces of #080fba

RGB 815186
HSL0.660.920.38
HSV238°96°73°
CMYK 0.960.920.00   0.27
XYZ9.13393.938446.7332
Yxy3.93840.15270.0659
Hunter Lab19.845447.4257-125.7280
CIE-Lab23.466758.9061-82.8177

#080fba color RGB value is (8,15,186).

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

The process color (four color CMYK) of #080fba color hex is 0.96, 0.92, 0.00, 0.27. Web safe color of #080fba is #0000cc. Color #080fba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 00001111 10111010
Octal 10 17 272
Decimal 8 15 186
Hex 8 F BA

RGB Percentages of Color #080fba

%3.83
%7.18
%89.00

CMYK Percentages of Color #080fba

%96
%92
%0
%27

Triadic Colors of #080fba

#080fba #ba080f #0fba08

Analogous Colors of #080fba

#080fba #5a08ba #0868ba

Monochromatic Colors of #080fba

#080fba

Complementary Color

#080fba #bab308

#080fba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#080fba Color Preview on White Background

Lorem ipsum dolor sit amet.

#080fba Color CSS Codes

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

#080fba Text Font Color

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

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


#080fba Background Color

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

This div background color is #080fba


#080fba Border Color

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

This div border color is #080fba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(8,15,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 #080fba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #080fba


Comments

No comments written yet.

Please login to write comment.