Color Hex Logo

#011fec Color Hex

#011FEC
(1,31,236)
0 Favorites   0 Comments

Color spaces of #011fec

RGB 131236
HSL0.650.990.46
HSV232°100°93°
CMYK 1.000.870.00   0.07
XYZ15.64287.042679.8918
Yxy7.04260.15250.0687
Hunter Lab26.537958.7757-159.9148
CIE-Lab31.903767.5258-97.7967

#011fec color RGB value is (1,31,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000001 00011111 11101100
Octal 1 37 354
Decimal 1 31 236
Hex 1 1F EC

RGB Percentages of Color #011fec

%0.37
%11.57
%88.06

CMYK Percentages of Color #011fec

%100
%87
%0
%7

Triadic Colors of #011fec

#011fec #ec011f #1fec01

Analogous Colors of #011fec

#011fec #5901ec #0195ec

Monochromatic Colors of #011fec

#011fec

Complementary Color

#011fec #ecce01

#011fec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#011fec Color Preview on White Background

Lorem ipsum dolor sit amet.

#011fec Color CSS Codes

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

#011fec Text Font Color

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

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


#011fec Background Color

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

This div background color is #011fec


#011fec Border Color

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

This div border color is #011fec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #011fec


Comments

No comments written yet.

Please login to write comment.