Color Hex Logo

#013fff Color Hex

#013FFF
(1,63,255)
0 Favorites   0 Comments

Color spaces of #013fff

RGB 163255
HSL0.631.000.50
HSV225°100°100°
CMYK 1.000.750.00   0.00
XYZ19.840010.781595.6431
Yxy10.78150.15710.0854
Hunter Lab32.835250.3934-149.7166
CIE-Lab39.210058.6258-96.3511

#013fff color RGB value is (1,63,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000001 00111111 11111111
Octal 1 77 377
Decimal 1 63 255
Hex 1 3F FF

RGB Percentages of Color #013fff

%0.31
%19.75
%79.94

CMYK Percentages of Color #013fff

%100
%75
%0
%0

Triadic Colors of #013fff

#013fff #ff013f #3fff01

Analogous Colors of #013fff

#013fff #4201ff #01beff

Monochromatic Colors of #013fff

#013fff

Complementary Color

#013fff #ffc101

#013fff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#013fff Color Preview on White Background

Lorem ipsum dolor sit amet.

#013fff Color CSS Codes

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

#013fff Text Font Color

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

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


#013fff Background Color

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

This div background color is #013fff


#013fff Border Color

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

This div border color is #013fff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(1,63,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #013fff


Comments

No comments written yet.

Please login to write comment.