Color Hex Logo

#0843ec Color Hex

#0843EC
(8,67,236)
0 Favorites   0 Comments

Color spaces of #0843ec

RGB 867236
HSL0.620.930.48
HSV224°97°93°
CMYK 0.970.720.00   0.07
XYZ17.247610.122180.4016
Yxy10.12210.16000.0939
Hunter Lab31.815241.0913-127.5635
CIE-Lab38.060750.0539-87.5641

#0843ec color RGB value is (8,67,236).

#0843ec hex color red value is 8, green value is 67 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #0843ec hue: 0.62 , saturation: 0.93 and the lightness value of 0843ec is 0.48.

The process color (four color CMYK) of #0843ec color hex is 0.97, 0.72, 0.00, 0.07. Web safe color of #0843ec is #0033ff. Color #0843ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 01000011 11101100
Octal 10 103 354
Decimal 8 67 236
Hex 8 43 EC

RGB Percentages of Color #0843ec

%2.57
%21.54
%75.88

CMYK Percentages of Color #0843ec

%97
%72
%0
%7

Triadic Colors of #0843ec

#0843ec #ec0843 #43ec08

Analogous Colors of #0843ec

#0843ec #3f08ec #08b5ec

Monochromatic Colors of #0843ec

#0843ec

Complementary Color

#0843ec #ecb108

#0843ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0843ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#0843ec Color CSS Codes

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

#0843ec Text Font Color

<p style="color:#0843ec">Text here</p>

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


#0843ec Background Color

<div style="background-color:#0843ec">
Div content here</div>

This div background color is #0843ec


#0843ec Border Color

<div style="border:3px solid #0843ec">
Div here</div>

This div border color is #0843ec


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(8,67,236, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0843ec; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0843ec;
  -webkit-box-shadow: 1px 1px 3px 2px #0843ec;
  box-shadow:         1px 1px 3px 2px #0843ec; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0843ec


Comments

No comments written yet.

Please login to write comment.