Color Hex Logo

#146fd2 Color Hex

#146FD2
(20,111,210)
0 Favorites   0 Comments

Color spaces of #146fd2

RGB 20111210
HSL0.590.830.45
HSV211°90°82°
CMYK 0.900.470.00   0.18
XYZ17.605816.170763.1661
Yxy16.17070.18160.1668
Hunter Lab40.21287.7777-64.9835
CIE-Lab47.197612.6166-57.8418

#146fd2 color RGB value is (20,111,210).

#146fd2 hex color red value is 20, green value is 111 and the blue value of its RGB is 210. Cylindrical-coordinate representations (also known as HSL) of color #146fd2 hue: 0.59 , saturation: 0.83 and the lightness value of 146fd2 is 0.45.

The process color (four color CMYK) of #146fd2 color hex is 0.90, 0.47, 0.00, 0.18. Web safe color of #146fd2 is #0066cc. Color #146fd2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 01101111 11010010
Octal 24 157 322
Decimal 20 111 210
Hex 14 6F D2

RGB Percentages of Color #146fd2

%5.87
%32.55
%61.58

CMYK Percentages of Color #146fd2

%90
%47
%0
%18

Triadic Colors of #146fd2

#146fd2 #d2146f #6fd214

Analogous Colors of #146fd2

#146fd2 #1814d2 #14ced2

Monochromatic Colors of #146fd2

#146fd2

Complementary Color

#146fd2 #d27714

#146fd2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#146fd2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#146fd2 Color CSS Codes

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

#146fd2 Text Font Color

<p style="color:#146fd2">Text here</p>

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


#146fd2 Background Color

<div style="background-color:#146fd2">
Div content here</div>

This div background color is #146fd2


#146fd2 Border Color

<div style="border:3px solid #146fd2">
Div here</div>

This div border color is #146fd2


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(20,111,210, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #146fd2; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #146fd2;
  -webkit-box-shadow: 1px 1px 3px 2px #146fd2;
  box-shadow:         1px 1px 3px 2px #146fd2; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(20,111,210, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #146fd2


Comments

No comments written yet.

Please login to write comment.