Color Hex Logo

#092adb Color Hex

#092ADB
(9,42,219)
0 Favorites   0 Comments

Color spaces of #092adb

RGB 942219
HSL0.640.920.45
HSV231°96°86°
CMYK 0.960.810.00   0.14
XYZ13.72686.828567.6124
Yxy6.82850.15570.0774
Hunter Lab26.131448.0359-135.1150
CIE-Lab31.413357.9619-88.8817

#092adb color RGB value is (9,42,219).

#092adb hex color red value is 9, green value is 42 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #092adb hue: 0.64 , saturation: 0.92 and the lightness value of 092adb is 0.45.

The process color (four color CMYK) of #092adb color hex is 0.96, 0.81, 0.00, 0.14. Web safe color of #092adb is #0033cc. Color #092adb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 00101010 11011011
Octal 11 52 333
Decimal 9 42 219
Hex 9 2A DB

RGB Percentages of Color #092adb

%3.33
%15.56
%81.11

CMYK Percentages of Color #092adb

%96
%81
%0
%14

Triadic Colors of #092adb

#092adb #db092a #2adb09

Analogous Colors of #092adb

#092adb #5109db #0993db

Monochromatic Colors of #092adb

#092adb

Complementary Color

#092adb #dbba09

#092adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#092adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#092adb Color CSS Codes

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

#092adb Text Font Color

<p style="color:#092adb">Text here</p>

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


#092adb Background Color

<div style="background-color:#092adb">
Div content here</div>

This div background color is #092adb


#092adb Border Color

<div style="border:3px solid #092adb">
Div here</div>

This div border color is #092adb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(9,42,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #092adb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #092adb;
  -webkit-box-shadow: 1px 1px 3px 2px #092adb;
  box-shadow:         1px 1px 3px 2px #092adb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #092adb


Comments

No comments written yet.

Please login to write comment.