Color Hex Logo

#090dca Color Hex

#090DCA
(9,13,202)
0 Favorites   0 Comments

Color spaces of #090dca

RGB 913202
HSL0.660.910.41
HSV239°96°79°
CMYK 0.960.940.00   0.21
XYZ10.91734.610256.1916
Yxy4.61020.15220.0643
Hunter Lab21.471453.1849-140.1348
CIE-Lab25.594163.7653-88.7093

#090dca color RGB value is (9,13,202).

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

The process color (four color CMYK) of #090dca color hex is 0.96, 0.94, 0.00, 0.21. Web safe color of #090dca is #0000cc. Color #090dca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 00001101 11001010
Octal 11 15 312
Decimal 9 13 202
Hex 9 D CA

RGB Percentages of Color #090dca

%4.02
%5.80
%90.18

CMYK Percentages of Color #090dca

%96
%94
%0
%21

Triadic Colors of #090dca

#090dca #ca090d #0dca09

Analogous Colors of #090dca

#090dca #6609ca #096eca

Monochromatic Colors of #090dca

#090dca

Complementary Color

#090dca #cac609

#090dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#090dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#090dca Color CSS Codes

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

#090dca Text Font Color

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

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


#090dca Background Color

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

This div background color is #090dca


#090dca Border Color

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

This div border color is #090dca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #090dca


Comments

No comments written yet.

Please login to write comment.