Color Hex Logo

#145cdb Color Hex

#145CDB
(20,92,219)
0 Favorites   0 Comments

Color spaces of #145cdb

RGB 2092219
HSL0.610.830.47
HSV218°91°86°
CMYK 0.910.580.00   0.14
XYZ16.901812.917568.6203
Yxy12.91750.17170.1312
Hunter Lab35.940921.0459-88.0409
CIE-Lab42.638728.4166-70.3712

#145cdb color RGB value is (20,92,219).

#145cdb hex color red value is 20, green value is 92 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #145cdb hue: 0.61 , saturation: 0.83 and the lightness value of 145cdb is 0.47.

The process color (four color CMYK) of #145cdb color hex is 0.91, 0.58, 0.00, 0.14. Web safe color of #145cdb is #0066cc. Color #145cdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 01011100 11011011
Octal 24 134 333
Decimal 20 92 219
Hex 14 5C DB

RGB Percentages of Color #145cdb

%6.04
%27.79
%66.16

CMYK Percentages of Color #145cdb

%91
%58
%0
%14

Triadic Colors of #145cdb

#145cdb #db145c #5cdb14

Analogous Colors of #145cdb

#145cdb #2f14db #14c0db

Monochromatic Colors of #145cdb

#145cdb

Complementary Color

#145cdb #db9314

#145cdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#145cdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#145cdb Color CSS Codes

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

#145cdb Text Font Color

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

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


#145cdb Background Color

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

This div background color is #145cdb


#145cdb Border Color

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

This div border color is #145cdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #145cdb


Comments

No comments written yet.

Please login to write comment.