Color Hex Logo

#014fc5 Color Hex

#014FC5
(1,79,197)
0 Favorites   0 Comments

Color spaces of #014fc5

RGB 179197
HSL0.600.990.39
HSV216°99°77°
CMYK 0.990.600.00   0.23
XYZ12.88659.629654.0028
Yxy9.62960.16840.1258
Hunter Lab31.031619.8205-81.4574
CIE-Lab37.169327.6855-66.6414

#014fc5 color RGB value is (1,79,197).

#014fc5 hex color red value is 1, green value is 79 and the blue value of its RGB is 197. Cylindrical-coordinate representations (also known as HSL) of color #014fc5 hue: 0.60 , saturation: 0.99 and the lightness value of 014fc5 is 0.39.

The process color (four color CMYK) of #014fc5 color hex is 0.99, 0.60, 0.00, 0.23. Web safe color of #014fc5 is #0066cc. Color #014fc5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 01001111 11000101
Octal 1 117 305
Decimal 1 79 197
Hex 1 4F C5

RGB Percentages of Color #014fc5

%0.36
%28.52
%71.12

CMYK Percentages of Color #014fc5

%99
%60
%0
%23

Triadic Colors of #014fc5

#014fc5 #c5014f #4fc501

Analogous Colors of #014fc5

#014fc5 #1501c5 #01b1c5

Monochromatic Colors of #014fc5

#014fc5

Complementary Color

#014fc5 #c57701

#014fc5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#014fc5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#014fc5 Color CSS Codes

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

#014fc5 Text Font Color

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

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


#014fc5 Background Color

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

This div background color is #014fc5


#014fc5 Border Color

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

This div border color is #014fc5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #014fc5


Comments

No comments written yet.

Please login to write comment.