Color Hex Logo

#013cfb Color Hex

#013CFB
(1,60,251)
0 Favorites   0 Comments

Color spaces of #013cfb

RGB 160251
HSL0.630.990.49
HSV226°100°98°
CMYK 1.000.760.00   0.02
XYZ19.041010.203292.2326
Yxy10.20320.15670.0840
Hunter Lab31.942450.5052-148.8379
CIE-Lab38.204758.9228-95.7801

#013cfb color RGB value is (1,60,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000001 00111100 11111011
Octal 1 74 373
Decimal 1 60 251
Hex 1 3C FB

RGB Percentages of Color #013cfb

%0.32
%19.23
%80.45

CMYK Percentages of Color #013cfb

%100
%76
%0
%2

Triadic Colors of #013cfb

#013cfb #fb013c #3cfb01

Analogous Colors of #013cfb

#013cfb #4301fb #01b9fb

Monochromatic Colors of #013cfb

#013cfb

Complementary Color

#013cfb #fbc001

#013cfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#013cfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#013cfb Color CSS Codes

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

#013cfb Text Font Color

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

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


#013cfb Background Color

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

This div background color is #013cfb


#013cfb Border Color

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

This div border color is #013cfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #013cfb


Comments

No comments written yet.

Please login to write comment.