Color Hex Logo

#014dfd Color Hex

#014DFD
(1,77,253)
0 Favorites   0 Comments

Color spaces of #014dfd

RGB 177253
HSL0.620.990.50
HSV222°100°99°
CMYK 1.000.700.00   0.01
XYZ20.396012.406194.2481
Yxy12.40610.16050.0976
Hunter Lab35.222341.7241-133.9931
CIE-Lab41.854449.9727-90.8560

#014dfd color RGB value is (1,77,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000001 01001101 11111101
Octal 1 115 375
Decimal 1 77 253
Hex 1 4D FD

RGB Percentages of Color #014dfd

%0.30
%23.26
%76.44

CMYK Percentages of Color #014dfd

%100
%70
%0
%1

Triadic Colors of #014dfd

#014dfd #fd014d #4dfd01

Analogous Colors of #014dfd

#014dfd #3301fd #01cbfd

Monochromatic Colors of #014dfd

#014dfd

Complementary Color

#014dfd #fdb101

#014dfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#014dfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#014dfd Color CSS Codes

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

#014dfd Text Font Color

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

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


#014dfd Background Color

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

This div background color is #014dfd


#014dfd Border Color

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

This div border color is #014dfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #014dfd


Comments

No comments written yet.

Please login to write comment.