Color Hex Logo

#013ffa Color Hex

#013FFA
(1,63,250)
0 Favorites   0 Comments

Color spaces of #013ffa

RGB 163250
HSL0.630.990.49
HSV225°100°98°
CMYK 1.000.750.00   0.02
XYZ19.045310.463691.4584
Yxy10.46360.15740.0865
Hunter Lab32.347548.4877-144.9917
CIE-Lab38.661956.9739-94.4608

#013ffa color RGB value is (1,63,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000001 00111111 11111010
Octal 1 77 372
Decimal 1 63 250
Hex 1 3F FA

RGB Percentages of Color #013ffa

%0.32
%20.06
%79.62

CMYK Percentages of Color #013ffa

%100
%75
%0
%2

Triadic Colors of #013ffa

#013ffa #fa013f #3ffa01

Analogous Colors of #013ffa

#013ffa #4001fa #01bcfa

Monochromatic Colors of #013ffa

#013ffa

Complementary Color

#013ffa #fabc01

#013ffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#013ffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#013ffa Color CSS Codes

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

#013ffa Text Font Color

<p style="color:#013ffa">Text here</p>

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


#013ffa Background Color

<div style="background-color:#013ffa">
Div content here</div>

This div background color is #013ffa


#013ffa Border Color

<div style="border:3px solid #013ffa">
Div here</div>

This div border color is #013ffa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #013ffa


Comments

No comments written yet.

Please login to write comment.