Color Hex Logo

#0b0ad9 Color Hex

#0B0AD9
(11,10,217)
0 Favorites   0 Comments

Color spaces of #0b0ad9

RGB 1110217
HSL0.670.910.45
HSV240°95°85°
CMYK 0.950.950.00   0.15
XYZ12.77095.298065.9952
Yxy5.29800.15190.0630
Hunter Lab23.017458.7580-153.8835
CIE-Lab27.567468.3023-94.1410

#0b0ad9 color RGB value is (11,10,217).

#0b0ad9 hex color red value is 11, green value is 10 and the blue value of its RGB is 217. Cylindrical-coordinate representations (also known as HSL) of color #0b0ad9 hue: 0.67 , saturation: 0.91 and the lightness value of 0b0ad9 is 0.45.

The process color (four color CMYK) of #0b0ad9 color hex is 0.95, 0.95, 0.00, 0.15. Web safe color of #0b0ad9 is #0000cc. Color #0b0ad9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001011 00001010 11011001
Octal 13 12 331
Decimal 11 10 217
Hex B A D9

RGB Percentages of Color #0b0ad9

%4.62
%4.20
%91.18

CMYK Percentages of Color #0b0ad9

%95
%95
%0
%15

Triadic Colors of #0b0ad9

#0b0ad9 #d90b0a #0ad90b

Analogous Colors of #0b0ad9

#0b0ad9 #730ad9 #0a71d9

Monochromatic Colors of #0b0ad9

#0b0ad9

Complementary Color

#0b0ad9 #d8d90a

#0b0ad9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0b0ad9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0b0ad9 Color CSS Codes

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

#0b0ad9 Text Font Color

<p style="color:#0b0ad9">Text here</p>

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


#0b0ad9 Background Color

<div style="background-color:#0b0ad9">
Div content here</div>

This div background color is #0b0ad9


#0b0ad9 Border Color

<div style="border:3px solid #0b0ad9">
Div here</div>

This div border color is #0b0ad9


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(11,10,217, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0b0ad9; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0b0ad9;
  -webkit-box-shadow: 1px 1px 3px 2px #0b0ad9;
  box-shadow:         1px 1px 3px 2px #0b0ad9; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0b0ad9


Comments

No comments written yet.

Please login to write comment.