Color Hex Logo

#093dbd Color Hex

#093DBD
(9,61,189)
0 Favorites   0 Comments

Color spaces of #093dbd

RGB 961189
HSL0.620.910.39
HSV223°95°74°
CMYK 0.950.680.00   0.26
XYZ10.96677.069748.9307
Yxy7.06970.16380.1056
Hunter Lab26.588927.0924-90.4972
CIE-Lab31.965136.6701-70.4940

#093dbd color RGB value is (9,61,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001001 00111101 10111101
Octal 11 75 275
Decimal 9 61 189
Hex 9 3D BD

RGB Percentages of Color #093dbd

%3.47
%23.55
%72.97

CMYK Percentages of Color #093dbd

%95
%68
%0
%26

Triadic Colors of #093dbd

#093dbd #bd093d #3dbd09

Analogous Colors of #093dbd

#093dbd #2f09bd #0997bd

Monochromatic Colors of #093dbd

#093dbd

Complementary Color

#093dbd #bd8909

#093dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#093dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#093dbd Color CSS Codes

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

#093dbd Text Font Color

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

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


#093dbd Background Color

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

This div background color is #093dbd


#093dbd Border Color

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

This div border color is #093dbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #093dbd


Comments

No comments written yet.

Please login to write comment.