Color Hex Logo

#0846dc Color Hex

#0846DC
(8,70,220)
0 Favorites   0 Comments

Color spaces of #0846dc

RGB 870220
HSL0.620.930.45
HSV222°96°86°
CMYK 0.960.680.00   0.14
XYZ15.20869.599268.7614
Yxy9.59920.16250.1026
Hunter Lab30.982633.4018-109.8979
CIE-Lab37.113342.5117-80.0152

#0846dc color RGB value is (8,70,220).

#0846dc hex color red value is 8, green value is 70 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #0846dc hue: 0.62 , saturation: 0.93 and the lightness value of 0846dc is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 00001000 01000110 11011100
Octal 10 106 334
Decimal 8 70 220
Hex 8 46 DC

RGB Percentages of Color #0846dc

%2.68
%23.49
%73.83

CMYK Percentages of Color #0846dc

%96
%68
%0
%14

Triadic Colors of #0846dc

#0846dc #dc0846 #46dc08

Analogous Colors of #0846dc

#0846dc #3408dc #08b0dc

Monochromatic Colors of #0846dc

#0846dc

Complementary Color

#0846dc #dc9e08

#0846dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0846dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#0846dc Color CSS Codes

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

#0846dc Text Font Color

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

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


#0846dc Background Color

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

This div background color is #0846dc


#0846dc Border Color

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

This div border color is #0846dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0846dc


Comments

No comments written yet.

Please login to write comment.