Color Hex Logo

#0842dc Color Hex

#0842DC
(8,66,220)
0 Favorites   0 Comments

Color spaces of #0842dc

RGB 866220
HSL0.620.930.45
HSV224°96°86°
CMYK 0.960.700.00   0.14
XYZ14.96669.115468.6808
Yxy9.11540.16130.0983
Hunter Lab30.191735.6503-113.7400
CIE-Lab36.205544.9769-81.5132

#0842dc color RGB value is (8,66,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001000 01000010 11011100
Octal 10 102 334
Decimal 8 66 220
Hex 8 42 DC

RGB Percentages of Color #0842dc

%2.72
%22.45
%74.83

CMYK Percentages of Color #0842dc

%96
%70
%0
%14

Triadic Colors of #0842dc

#0842dc #dc0842 #42dc08

Analogous Colors of #0842dc

#0842dc #3808dc #08acdc

Monochromatic Colors of #0842dc

#0842dc

Complementary Color

#0842dc #dca208

#0842dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0842dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#0842dc Color CSS Codes

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

#0842dc Text Font Color

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

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


#0842dc Background Color

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

This div background color is #0842dc


#0842dc Border Color

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

This div border color is #0842dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0842dc


Comments

No comments written yet.

Please login to write comment.