Color Hex Logo

#090dbc Color Hex

#090DBC
(9,13,188)
0 Favorites   0 Comments

Color spaces of #090dbc

RGB 913188
HSL0.660.910.39
HSV239°95°74°
CMYK 0.950.930.00   0.26
XYZ9.33373.976847.8526
Yxy3.97680.15260.0650
Hunter Lab19.941948.6476-128.3129
CIE-Lab23.594660.0129-83.7923

#090dbc color RGB value is (9,13,188).

#090dbc hex color red value is 9, green value is 13 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #090dbc hue: 0.66 , saturation: 0.91 and the lightness value of 090dbc is 0.39.

The process color (four color CMYK) of #090dbc color hex is 0.95, 0.93, 0.00, 0.26. Web safe color of #090dbc is #0000cc. Color #090dbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 00001101 10111100
Octal 11 15 274
Decimal 9 13 188
Hex 9 D BC

RGB Percentages of Color #090dbc

%4.29
%6.19
%89.52

CMYK Percentages of Color #090dbc

%95
%93
%0
%26

Triadic Colors of #090dbc

#090dbc #bc090d #0dbc09

Analogous Colors of #090dbc

#090dbc #5e09bc #0967bc

Monochromatic Colors of #090dbc

#090dbc

Complementary Color

#090dbc #bcb809

#090dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#090dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#090dbc Color CSS Codes

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

#090dbc Text Font Color

<p style="color:#090dbc">Text here</p>

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


#090dbc Background Color

<div style="background-color:#090dbc">
Div content here</div>

This div background color is #090dbc


#090dbc Border Color

<div style="border:3px solid #090dbc">
Div here</div>

This div border color is #090dbc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(9,13,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #090dbc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #090dbc;
  -webkit-box-shadow: 1px 1px 3px 2px #090dbc;
  box-shadow:         1px 1px 3px 2px #090dbc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #090dbc


Comments

No comments written yet.

Please login to write comment.