Color Hex Logo

#014cfb Color Hex

#014CFB
(1,76,251)
0 Favorites   0 Comments

Color spaces of #014cfb

RGB 176251
HSL0.620.990.49
HSV222°100°98°
CMYK 1.000.700.00   0.02
XYZ20.009512.140492.5555
Yxy12.14040.16050.0974
Hunter Lab34.843141.5327-133.1050
CIE-Lab41.438449.8629-90.4253

#014cfb color RGB value is (1,76,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000001 01001100 11111011
Octal 1 114 373
Decimal 1 76 251
Hex 1 4C FB

RGB Percentages of Color #014cfb

%0.30
%23.17
%76.52

CMYK Percentages of Color #014cfb

%100
%70
%0
%2

Triadic Colors of #014cfb

#014cfb #fb014c #4cfb01

Analogous Colors of #014cfb

#014cfb #3301fb #01c9fb

Monochromatic Colors of #014cfb

#014cfb

Complementary Color

#014cfb #fbb001

#014cfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#014cfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#014cfb Color CSS Codes

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

#014cfb Text Font Color

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

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


#014cfb Background Color

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

This div background color is #014cfb


#014cfb Border Color

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

This div border color is #014cfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #014cfb

Related Colors


Comments

No comments written yet.

Please login to write comment.