Color Hex Logo

#145fbd Color Hex

#145FBD
(20,95,189)
0 Favorites   0 Comments

Color spaces of #145fbd

RGB 2095189
HSL0.590.810.41
HSV213°89°74°
CMYK 0.890.500.00   0.26
XYZ13.566012.007349.7467
Yxy12.00730.18010.1594
Hunter Lab34.65169.2421-60.8622
CIE-Lab41.227714.6298-55.3708

#145fbd color RGB value is (20,95,189).

#145fbd hex color red value is 20, green value is 95 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #145fbd hue: 0.59 , saturation: 0.81 and the lightness value of 145fbd is 0.41.

The process color (four color CMYK) of #145fbd color hex is 0.89, 0.50, 0.00, 0.26. Web safe color of #145fbd is #0066cc. Color #145fbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 01011111 10111101
Octal 24 137 275
Decimal 20 95 189
Hex 14 5F BD

RGB Percentages of Color #145fbd

%6.58
%31.25
%62.17

CMYK Percentages of Color #145fbd

%89
%50
%0
%26

Triadic Colors of #145fbd

#145fbd #bd145f #5fbd14

Analogous Colors of #145fbd

#145fbd #1e14bd #14b4bd

Monochromatic Colors of #145fbd

#145fbd

Complementary Color

#145fbd #bd7214

#145fbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#145fbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#145fbd Color CSS Codes

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

#145fbd Text Font Color

<p style="color:#145fbd">Text here</p>

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


#145fbd Background Color

<div style="background-color:#145fbd">
Div content here</div>

This div background color is #145fbd


#145fbd Border Color

<div style="border:3px solid #145fbd">
Div here</div>

This div border color is #145fbd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(20,95,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #145fbd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #145fbd;
  -webkit-box-shadow: 1px 1px 3px 2px #145fbd;
  box-shadow:         1px 1px 3px 2px #145fbd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #145fbd


Comments

No comments written yet.

Please login to write comment.