Color Hex Logo

#093abd Color Hex

#093ABD
(9,58,189)
0 Favorites   0 Comments

Color spaces of #093abd

RGB 958189
HSL0.620.910.39
HSV224°95°74°
CMYK 0.950.690.00   0.26
XYZ10.81106.758348.8788
Yxy6.75830.16270.1017
Hunter Lab25.996728.7367-93.2788
CIE-Lab31.250238.5938-71.6723

#093abd color RGB value is (9,58,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001001 00111010 10111101
Octal 11 72 275
Decimal 9 58 189
Hex 9 3A BD

RGB Percentages of Color #093abd

%3.52
%22.66
%73.83

CMYK Percentages of Color #093abd

%95
%69
%0
%26

Triadic Colors of #093abd

#093abd #bd093a #3abd09

Analogous Colors of #093abd

#093abd #3209bd #0994bd

Monochromatic Colors of #093abd

#093abd

Complementary Color

#093abd #bd8c09

#093abd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#093abd Color Preview on White Background

Lorem ipsum dolor sit amet.

#093abd Color CSS Codes

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

#093abd Text Font Color

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

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


#093abd Background Color

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

This div background color is #093abd


#093abd Border Color

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

This div border color is #093abd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #093abd


Comments

No comments written yet.

Please login to write comment.