Color Hex Logo

#093cbe Color Hex

#093CBE
(9,60,190)
0 Favorites   0 Comments

Color spaces of #093cbe

RGB 960190
HSL0.620.910.39
HSV223°95°75°
CMYK 0.950.680.00   0.25
XYZ11.02287.007549.4868
Yxy7.00750.16330.1038
Hunter Lab26.471728.0019-92.3080
CIE-Lab31.824037.6926-71.3154

#093cbe color RGB value is (9,60,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001001 00111100 10111110
Octal 11 74 276
Decimal 9 60 190
Hex 9 3C BE

RGB Percentages of Color #093cbe

%3.47
%23.17
%73.36

CMYK Percentages of Color #093cbe

%95
%68
%0
%25

Triadic Colors of #093cbe

#093cbe #be093c #3cbe09

Analogous Colors of #093cbe

#093cbe #3009be #0997be

Monochromatic Colors of #093cbe

#093cbe

Complementary Color

#093cbe #be8b09

#093cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#093cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#093cbe Color CSS Codes

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

#093cbe Text Font Color

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

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


#093cbe Background Color

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

This div background color is #093cbe


#093cbe Border Color

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

This div border color is #093cbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #093cbe


Comments

No comments written yet.

Please login to write comment.