Color Hex Logo

#0836db Color Hex

#0836DB
(8,54,219)
0 Favorites   0 Comments

Color spaces of #0836db

RGB 854219
HSL0.630.930.45
HSV227°96°86°
CMYK 0.960.750.00   0.14
XYZ14.20557.804467.7755
Yxy7.80440.15820.0869
Hunter Lab27.936441.8778-124.2861
CIE-Lab33.572251.6710-85.2966

#0836db color RGB value is (8,54,219).

#0836db hex color red value is 8, green value is 54 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #0836db hue: 0.63 , saturation: 0.93 and the lightness value of 0836db is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 00001000 00110110 11011011
Octal 10 66 333
Decimal 8 54 219
Hex 8 36 DB

RGB Percentages of Color #0836db

%2.85
%19.22
%77.94

CMYK Percentages of Color #0836db

%96
%75
%0
%14

Triadic Colors of #0836db

#0836db #db0836 #36db08

Analogous Colors of #0836db

#0836db #4308db #08a0db

Monochromatic Colors of #0836db

#0836db

Complementary Color

#0836db #dbad08

#0836db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0836db Color Preview on White Background

Lorem ipsum dolor sit amet.

#0836db Color CSS Codes

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

#0836db Text Font Color

<p style="color:#0836db">Text here</p>

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


#0836db Background Color

<div style="background-color:#0836db">
Div content here</div>

This div background color is #0836db


#0836db Border Color

<div style="border:3px solid #0836db">
Div here</div>

This div border color is #0836db


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(8,54,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0836db; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0836db;
  -webkit-box-shadow: 1px 1px 3px 2px #0836db;
  box-shadow:         1px 1px 3px 2px #0836db; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(8,54,219, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0836db


Comments

No comments written yet.

Please login to write comment.