Color Hex Logo

#090dbd Color Hex

#090DBD
(9,13,189)
0 Favorites   0 Comments

Color spaces of #090dbd

RGB 913189
HSL0.660.910.39
HSV239°95°74°
CMYK 0.950.930.00   0.26
XYZ9.44194.020048.4224
Yxy4.02000.15260.0650
Hunter Lab20.049948.9717-129.1557
CIE-Lab23.737560.2851-84.1472

#090dbd color RGB value is (9,13,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001001 00001101 10111101
Octal 11 15 275
Decimal 9 13 189
Hex 9 D BD

RGB Percentages of Color #090dbd

%4.27
%6.16
%89.57

CMYK Percentages of Color #090dbd

%95
%93
%0
%26

Triadic Colors of #090dbd

#090dbd #bd090d #0dbd09

Analogous Colors of #090dbd

#090dbd #5f09bd #0967bd

Monochromatic Colors of #090dbd

#090dbd

Complementary Color

#090dbd #bdb909

#090dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#090dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#090dbd Color CSS Codes

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

#090dbd Text Font Color

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

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


#090dbd Background Color

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

This div background color is #090dbd


#090dbd Border Color

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

This div border color is #090dbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #090dbd


Comments

No comments written yet.

Please login to write comment.