Color Hex Logo

#092abd Color Hex

#092ABD
(9,42,189)
0 Favorites   0 Comments

Color spaces of #092abd

RGB 942189
HSL0.640.910.39
HSV229°95°74°
CMYK 0.950.780.00   0.26
XYZ10.12595.388148.6504
Yxy5.38810.15780.0840
Hunter Lab23.212337.2456-108.0168
CIE-Lab27.813048.1799-77.3596

#092abd color RGB value is (9,42,189).

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

The process color (four color CMYK) of #092abd color hex is 0.95, 0.78, 0.00, 0.26. Web safe color of #092abd is #0033cc. Color #092abd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 00101010 10111101
Octal 11 52 275
Decimal 9 42 189
Hex 9 2A BD

RGB Percentages of Color #092abd

%3.75
%17.50
%78.75

CMYK Percentages of Color #092abd

%95
%78
%0
%26

Triadic Colors of #092abd

#092abd #bd092a #2abd09

Analogous Colors of #092abd

#092abd #4209bd #0984bd

Monochromatic Colors of #092abd

#092abd

Complementary Color

#092abd #bd9c09

#092abd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#092abd Color Preview on White Background

Lorem ipsum dolor sit amet.

#092abd Color CSS Codes

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

#092abd Text Font Color

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

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


#092abd Background Color

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

This div background color is #092abd


#092abd Border Color

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

This div border color is #092abd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(9,42,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 #092abd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #092abd


Comments

No comments written yet.

Please login to write comment.