Color Hex Logo

#093bdc Color Hex

#093BDC
(9,59,220)
0 Favorites   0 Comments

Color spaces of #093bdc

RGB 959220
HSL0.630.920.45
HSV226°96°86°
CMYK 0.960.730.00   0.14
XYZ14.59498.353368.5533
Yxy8.35330.15950.0913
Hunter Lab28.902139.5599-120.3995
CIE-Lab34.708149.1774-83.9888

#093bdc color RGB value is (9,59,220).

#093bdc hex color red value is 9, green value is 59 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #093bdc hue: 0.63 , saturation: 0.92 and the lightness value of 093bdc is 0.45.

The process color (four color CMYK) of #093bdc color hex is 0.96, 0.73, 0.00, 0.14. Web safe color of #093bdc is #0033cc. Color #093bdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 00111011 11011100
Octal 11 73 334
Decimal 9 59 220
Hex 9 3B DC

RGB Percentages of Color #093bdc

%3.13
%20.49
%76.39

CMYK Percentages of Color #093bdc

%96
%73
%0
%14

Triadic Colors of #093bdc

#093bdc #dc093b #3bdc09

Analogous Colors of #093bdc

#093bdc #4009dc #09a5dc

Monochromatic Colors of #093bdc

#093bdc

Complementary Color

#093bdc #dcaa09

#093bdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#093bdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#093bdc Color CSS Codes

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

#093bdc Text Font Color

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

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


#093bdc Background Color

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

This div background color is #093bdc


#093bdc Border Color

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

This div border color is #093bdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #093bdc


Comments

No comments written yet.

Please login to write comment.