Color Hex Logo

#0834db Color Hex

#0834DB
(8,52,219)
0 Favorites   0 Comments

Color spaces of #0834db

RGB 852219
HSL0.630.930.45
HSV227°96°86°
CMYK 0.960.760.00   0.14
XYZ14.11437.622167.7451
Yxy7.62210.15770.0852
Hunter Lab27.608242.9415-126.1606
CIE-Lab33.183152.7787-85.9417

#0834db color RGB value is (8,52,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001000 00110100 11011011
Octal 10 64 333
Decimal 8 52 219
Hex 8 34 DB

RGB Percentages of Color #0834db

%2.87
%18.64
%78.49

CMYK Percentages of Color #0834db

%96
%76
%0
%14

Triadic Colors of #0834db

#0834db #db0834 #34db08

Analogous Colors of #0834db

#0834db #4508db #089edb

Monochromatic Colors of #0834db

#0834db

Complementary Color

#0834db #dbaf08

#0834db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0834db Color Preview on White Background

Lorem ipsum dolor sit amet.

#0834db Color CSS Codes

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

#0834db Text Font Color

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

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


#0834db Background Color

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

This div background color is #0834db


#0834db Border Color

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

This div border color is #0834db


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(8,52,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 #0834db">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0834db


Comments

No comments written yet.

Please login to write comment.