Color Hex Logo

#013fec Color Hex

#013FEC
(1,63,236)
0 Favorites   0 Comments

Color spaces of #013fec

RGB 163236
HSL0.620.990.46
HSV224°100°93°
CMYK 1.000.730.00   0.07
XYZ16.93039.617680.3209
Yxy9.61760.15840.0900
Hunter Lab31.012343.1758-131.8509
CIE-Lab37.147252.2448-89.0786

#013fec color RGB value is (1,63,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000001 00111111 11101100
Octal 1 77 354
Decimal 1 63 236
Hex 1 3F EC

RGB Percentages of Color #013fec

%0.33
%21.00
%78.67

CMYK Percentages of Color #013fec

%100
%73
%0
%7

Triadic Colors of #013fec

#013fec #ec013f #3fec01

Analogous Colors of #013fec

#013fec #3901ec #01b5ec

Monochromatic Colors of #013fec

#013fec

Complementary Color

#013fec #ecae01

#013fec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#013fec Color Preview on White Background

Lorem ipsum dolor sit amet.

#013fec Color CSS Codes

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

#013fec Text Font Color

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

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


#013fec Background Color

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

This div background color is #013fec


#013fec Border Color

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

This div border color is #013fec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #013fec


Comments

No comments written yet.

Please login to write comment.