Color Hex Logo

#0068fa Color Hex

#0068FA
(0,104,250)
0 Favorites   0 Comments

Color spaces of #0068fa

RGB 0104250
HSL0.601.000.49
HSV215°100°98°
CMYK 1.000.580.00   0.02
XYZ22.205616.802892.5154
Yxy16.80280.16880.1278
Hunter Lab40.991224.9617-105.1211
CIE-Lab48.010632.0407-79.0666

#0068fa color RGB value is (0,104,250).

#0068fa hex color red value is 0, green value is 104 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #0068fa hue: 0.60 , saturation: 1.00 and the lightness value of 0068fa is 0.49.

The process color (four color CMYK) of #0068fa color hex is 1.00, 0.58, 0.00, 0.02. Web safe color of #0068fa is #0066ff. Color #0068fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 01101000 11111010
Octal 0 150 372
Decimal 0 104 250
Hex 0 68 FA

RGB Percentages of Color #0068fa

%0.00
%29.38
%70.62

CMYK Percentages of Color #0068fa

%100
%58
%0
%2

Triadic Colors of #0068fa

#0068fa #fa0068 #68fa00

Analogous Colors of #0068fa

#0068fa #1500fa #00e5fa

Monochromatic Colors of #0068fa

#0068fa

Complementary Color

#0068fa #fa9200

#0068fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0068fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#0068fa Color CSS Codes

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

#0068fa Text Font Color

<p style="color:#0068fa">Text here</p>

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


#0068fa Background Color

<div style="background-color:#0068fa">
Div content here</div>

This div background color is #0068fa


#0068fa Border Color

<div style="border:3px solid #0068fa">
Div here</div>

This div border color is #0068fa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,104,250, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0068fa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0068fa;
  -webkit-box-shadow: 1px 1px 3px 2px #0068fa;
  box-shadow:         1px 1px 3px 2px #0068fa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0068fa


Comments

No comments written yet.

Please login to write comment.