Color Hex Logo

#090dd2 Color Hex

#090DD2
(9,13,210)
0 Favorites   0 Comments

Color spaces of #090dd2

RGB 913210
HSL0.660.920.43
HSV239°96°82°
CMYK 0.960.940.00   0.18
XYZ11.88944.999161.3110
Yxy4.99910.15200.0639
Hunter Lab22.358755.7911-146.9315
CIE-Lab26.732265.8693-91.4779

#090dd2 color RGB value is (9,13,210).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001001 00001101 11010010
Octal 11 15 322
Decimal 9 13 210
Hex 9 D D2

RGB Percentages of Color #090dd2

%3.88
%5.60
%90.52

CMYK Percentages of Color #090dd2

%96
%94
%0
%18

Triadic Colors of #090dd2

#090dd2 #d2090d #0dd209

Analogous Colors of #090dd2

#090dd2 #6a09d2 #0972d2

Monochromatic Colors of #090dd2

#090dd2

Complementary Color

#090dd2 #d2ce09

#090dd2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#090dd2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#090dd2 Color CSS Codes

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

#090dd2 Text Font Color

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

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


#090dd2 Background Color

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

This div background color is #090dd2


#090dd2 Border Color

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

This div border color is #090dd2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #090dd2


Comments

No comments written yet.

Please login to write comment.