Color Hex Logo

#0868ef Color Hex

#0868EF
(8,104,239)
0 Favorites   0 Comments

Color spaces of #0868ef

RGB 8104239
HSL0.600.940.48
HSV215°97°94°
CMYK 0.970.560.00   0.06
XYZ20.630416.184283.6979
Yxy16.18420.17120.1343
Hunter Lab40.229621.1360-95.1925
CIE-Lab47.215228.0081-74.2178

#0868ef color RGB value is (8,104,239).

#0868ef hex color red value is 8, green value is 104 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #0868ef hue: 0.60 , saturation: 0.94 and the lightness value of 0868ef is 0.48.

The process color (four color CMYK) of #0868ef color hex is 0.97, 0.56, 0.00, 0.06. Web safe color of #0868ef is #0066ff. Color #0868ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 01101000 11101111
Octal 10 150 357
Decimal 8 104 239
Hex 8 68 EF

RGB Percentages of Color #0868ef

%2.28
%29.63
%68.09

CMYK Percentages of Color #0868ef

%97
%56
%0
%6

Triadic Colors of #0868ef

#0868ef #ef0868 #68ef08

Analogous Colors of #0868ef

#0868ef #1b08ef #08dcef

Monochromatic Colors of #0868ef

#0868ef

Complementary Color

#0868ef #ef8f08

#0868ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0868ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#0868ef Color CSS Codes

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

#0868ef Text Font Color

<p style="color:#0868ef">Text here</p>

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


#0868ef Background Color

<div style="background-color:#0868ef">
Div content here</div>

This div background color is #0868ef


#0868ef Border Color

<div style="border:3px solid #0868ef">
Div here</div>

This div border color is #0868ef


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(8,104,239, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0868ef; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0868ef;
  -webkit-box-shadow: 1px 1px 3px 2px #0868ef;
  box-shadow:         1px 1px 3px 2px #0868ef; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0868ef


Comments

No comments written yet.

Please login to write comment.