Color Hex Logo

#0936dc Color Hex

#0936DC
(9,54,220)
0 Favorites   0 Comments

Color spaces of #0936dc

RGB 954220
HSL0.630.920.45
HSV227°96°86°
CMYK 0.960.750.00   0.14
XYZ14.35017.863768.4717
Yxy7.86370.15820.0867
Hunter Lab28.042342.2699-125.1406
CIE-Lab33.697452.0284-85.6633

#0936dc color RGB value is (9,54,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001001 00110110 11011100
Octal 11 66 334
Decimal 9 54 220
Hex 9 36 DC

RGB Percentages of Color #0936dc

%3.18
%19.08
%77.74

CMYK Percentages of Color #0936dc

%96
%75
%0
%14

Triadic Colors of #0936dc

#0936dc #dc0936 #36dc09

Analogous Colors of #0936dc

#0936dc #4509dc #09a0dc

Monochromatic Colors of #0936dc

#0936dc

Complementary Color

#0936dc #dcaf09

#0936dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0936dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#0936dc Color CSS Codes

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

#0936dc Text Font Color

<p style="color:#0936dc">Text here</p>

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


#0936dc Background Color

<div style="background-color:#0936dc">
Div content here</div>

This div background color is #0936dc


#0936dc Border Color

<div style="border:3px solid #0936dc">
Div here</div>

This div border color is #0936dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0936dc


Comments

No comments written yet.

Please login to write comment.