Color Hex Logo

#0868ea Color Hex

#0868EA
(8,104,234)
0 Favorites   0 Comments

Color spaces of #0868ea

RGB 8104234
HSL0.600.930.47
HSV215°97°92°
CMYK 0.970.560.00   0.08
XYZ19.901715.892879.8606
Yxy15.89280.17210.1374
Hunter Lab39.865819.3453-90.8659
CIE-Lab46.833526.0729-72.0321

#0868ea color RGB value is (8,104,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001000 01101000 11101010
Octal 10 150 352
Decimal 8 104 234
Hex 8 68 EA

RGB Percentages of Color #0868ea

%2.31
%30.06
%67.63

CMYK Percentages of Color #0868ea

%97
%56
%0
%8

Triadic Colors of #0868ea

#0868ea #ea0868 #68ea08

Analogous Colors of #0868ea

#0868ea #1908ea #08d9ea

Monochromatic Colors of #0868ea

#0868ea

Complementary Color

#0868ea #ea8a08

#0868ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0868ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#0868ea Color CSS Codes

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

#0868ea Text Font Color

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

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


#0868ea Background Color

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

This div background color is #0868ea


#0868ea Border Color

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

This div border color is #0868ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0868ea


Comments

No comments written yet.

Please login to write comment.