Color Hex Logo

#093dbc Color Hex

#093DBC
(9,61,188)
0 Favorites   0 Comments

Color spaces of #093dbc

RGB 961188
HSL0.620.910.39
HSV223°95°74°
CMYK 0.950.680.00   0.26
XYZ10.85857.026448.3609
Yxy7.02640.16390.1061
Hunter Lab26.507426.7330-89.6155
CIE-Lab31.866936.2899-70.0662

#093dbc color RGB value is (9,61,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001001 00111101 10111100
Octal 11 75 274
Decimal 9 61 188
Hex 9 3D BC

RGB Percentages of Color #093dbc

%3.49
%23.64
%72.87

CMYK Percentages of Color #093dbc

%95
%68
%0
%26

Triadic Colors of #093dbc

#093dbc #bc093d #3dbc09

Analogous Colors of #093dbc

#093dbc #2e09bc #0997bc

Monochromatic Colors of #093dbc

#093dbc

Complementary Color

#093dbc #bc8809

#093dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#093dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#093dbc Color CSS Codes

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

#093dbc Text Font Color

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

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


#093dbc Background Color

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

This div background color is #093dbc


#093dbc Border Color

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

This div border color is #093dbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #093dbc


Comments

No comments written yet.

Please login to write comment.