Color Hex Logo

#014ad1 Color Hex

#014AD1
(1,74,209)
0 Favorites   0 Comments

Color spaces of #014ad1

RGB 174209
HSL0.610.990.41
HSV219°100°82°
CMYK 1.000.650.00   0.18
XYZ13.96999.507561.4204
Yxy9.50750.16450.1120
Hunter Lab30.834226.9121-96.5190
CIE-Lab36.943635.6638-73.9702

#014ad1 color RGB value is (1,74,209).

#014ad1 hex color red value is 1, green value is 74 and the blue value of its RGB is 209. Cylindrical-coordinate representations (also known as HSL) of color #014ad1 hue: 0.61 , saturation: 0.99 and the lightness value of 014ad1 is 0.41.

The process color (four color CMYK) of #014ad1 color hex is 1.00, 0.65, 0.00, 0.18. Web safe color of #014ad1 is #0033cc. Color #014ad1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 01001010 11010001
Octal 1 112 321
Decimal 1 74 209
Hex 1 4A D1

RGB Percentages of Color #014ad1

%0.35
%26.06
%73.59

CMYK Percentages of Color #014ad1

%100
%65
%0
%18

Triadic Colors of #014ad1

#014ad1 #d1014a #4ad101

Analogous Colors of #014ad1

#014ad1 #2001d1 #01b2d1

Monochromatic Colors of #014ad1

#014ad1

Complementary Color

#014ad1 #d18801

#014ad1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#014ad1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#014ad1 Color CSS Codes

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

#014ad1 Text Font Color

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

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


#014ad1 Background Color

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

This div background color is #014ad1


#014ad1 Border Color

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

This div border color is #014ad1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #014ad1


Comments

No comments written yet.

Please login to write comment.