Color Hex Logo

#013bfd Color Hex

#013BFD
(1,59,253)
0 Favorites   0 Comments

Color spaces of #013bfd

RGB 159253
HSL0.630.990.50
HSV226°100°99°
CMYK 1.000.770.00   0.01
XYZ19.306110.226293.8848
Yxy10.22620.15640.0829
Hunter Lab31.978451.8022-151.6834
CIE-Lab38.245460.0989-96.8332

#013bfd color RGB value is (1,59,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000001 00111011 11111101
Octal 1 73 375
Decimal 1 59 253
Hex 1 3B FD

RGB Percentages of Color #013bfd

%0.32
%18.85
%80.83

CMYK Percentages of Color #013bfd

%100
%77
%0
%1

Triadic Colors of #013bfd

#013bfd #fd013b #3bfd01

Analogous Colors of #013bfd

#013bfd #4501fd #01b9fd

Monochromatic Colors of #013bfd

#013bfd

Complementary Color

#013bfd #fdc301

#013bfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#013bfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#013bfd Color CSS Codes

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

#013bfd Text Font Color

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

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


#013bfd Background Color

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

This div background color is #013bfd


#013bfd Border Color

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

This div border color is #013bfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #013bfd


Comments

No comments written yet.

Please login to write comment.