Color Hex Logo

#0130fa Color Hex

#0130FA
(1,48,250)
0 Favorites   0 Comments

Color spaces of #0130fa

RGB 148250
HSL0.640.990.49
HSV229°100°98°
CMYK 1.000.810.00   0.02
XYZ18.32489.022591.2182
Yxy9.02250.15460.0761
Hunter Lab30.037556.3309-159.0264
CIE-Lab36.027664.5918-98.8374

#0130fa color RGB value is (1,48,250).

#0130fa hex color red value is 1, green value is 48 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #0130fa hue: 0.64 , saturation: 0.99 and the lightness value of 0130fa is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 00000001 00110000 11111010
Octal 1 60 372
Decimal 1 48 250
Hex 1 30 FA

RGB Percentages of Color #0130fa

%0.33
%16.05
%83.61

CMYK Percentages of Color #0130fa

%100
%81
%0
%2

Triadic Colors of #0130fa

#0130fa #fa0130 #30fa01

Analogous Colors of #0130fa

#0130fa #4f01fa #01adfa

Monochromatic Colors of #0130fa

#0130fa

Complementary Color

#0130fa #facb01

#0130fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0130fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#0130fa Color CSS Codes

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

#0130fa Text Font Color

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

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


#0130fa Background Color

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

This div background color is #0130fa


#0130fa Border Color

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

This div border color is #0130fa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(1,48,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 #0130fa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0130fa


Comments

No comments written yet.

Please login to write comment.