Color Hex Logo

#080dbf Color Hex

#080DBF
(8,13,191)
0 Favorites   0 Comments

Color spaces of #080dbf

RGB 813191
HSL0.660.920.39
HSV238°96°75°
CMYK 0.960.930.00   0.25
XYZ9.64804.101149.5733
Yxy4.10110.15240.0648
Hunter Lab20.251249.6009-130.9615
CIE-Lab24.002960.8137-84.8896

#080dbf color RGB value is (8,13,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001000 00001101 10111111
Octal 10 15 277
Decimal 8 13 191
Hex 8 D BF

RGB Percentages of Color #080dbf

%3.77
%6.13
%90.09

CMYK Percentages of Color #080dbf

%96
%93
%0
%25

Triadic Colors of #080dbf

#080dbf #bf080d #0dbf08

Analogous Colors of #080dbf

#080dbf #5e08bf #0869bf

Monochromatic Colors of #080dbf

#080dbf

Complementary Color

#080dbf #bfba08

#080dbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#080dbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#080dbf Color CSS Codes

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

#080dbf Text Font Color

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

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


#080dbf Background Color

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

This div background color is #080dbf


#080dbf Border Color

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

This div border color is #080dbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #080dbf


Comments

No comments written yet.

Please login to write comment.