Color Hex Logo

#080adb Color Hex

#080ADB
(8,10,219)
0 Favorites   0 Comments

Color spaces of #080adb

RGB 810219
HSL0.670.930.45
HSV239°96°86°
CMYK 0.960.950.00   0.14
XYZ12.99495.383267.3720
Yxy5.38320.15150.0628
Hunter Lab23.201759.3719-155.9221
CIE-Lab27.799768.7896-94.9094

#080adb color RGB value is (8,10,219).

#080adb hex color red value is 8, green value is 10 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #080adb hue: 0.67 , saturation: 0.93 and the lightness value of 080adb is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 00001000 00001010 11011011
Octal 10 12 333
Decimal 8 10 219
Hex 8 A DB

RGB Percentages of Color #080adb

%3.38
%4.22
%92.41

CMYK Percentages of Color #080adb

%96
%95
%0
%14

Triadic Colors of #080adb

#080adb #db080a #0adb08

Analogous Colors of #080adb

#080adb #7008db #0874db

Monochromatic Colors of #080adb

#080adb

Complementary Color

#080adb #dbd908

#080adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#080adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#080adb Color CSS Codes

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

#080adb Text Font Color

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

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


#080adb Background Color

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

This div background color is #080adb


#080adb Border Color

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

This div border color is #080adb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #080adb


Comments

No comments written yet.

Please login to write comment.