Color Hex Logo

#014dfc Color Hex

#014DFC
(1,77,252)
0 Favorites   0 Comments

Color spaces of #014dfc

RGB 177252
HSL0.620.990.50
HSV222°100°99°
CMYK 1.000.690.00   0.01
XYZ20.237112.342593.4112
Yxy12.34250.16060.0980
Hunter Lab35.131941.3409-133.0522
CIE-Lab41.755449.6202-90.4609

#014dfc color RGB value is (1,77,252).

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

The process color (four color CMYK) of #014dfc color hex is 1.00, 0.69, 0.00, 0.01. Web safe color of #014dfc is #0066ff. Color #014dfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 01001101 11111100
Octal 1 115 374
Decimal 1 77 252
Hex 1 4D FC

RGB Percentages of Color #014dfc

%0.30
%23.33
%76.36

CMYK Percentages of Color #014dfc

%100
%69
%0
%1

Triadic Colors of #014dfc

#014dfc #fc014d #4dfc01

Analogous Colors of #014dfc

#014dfc #3301fc #01cbfc

Monochromatic Colors of #014dfc

#014dfc

Complementary Color

#014dfc #fcb001

#014dfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#014dfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#014dfc Color CSS Codes

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

#014dfc Text Font Color

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

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


#014dfc Background Color

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

This div background color is #014dfc


#014dfc Border Color

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

This div border color is #014dfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #014dfc

Related Colors


Comments

No comments written yet.

Please login to write comment.