Color Hex Logo

#145dfb Color Hex

#145DFB
(20,93,251)
0 Favorites   0 Comments

Color spaces of #145dfb

RGB 2093251
HSL0.610.970.53
HSV221°92°98°
CMYK 0.920.630.00   0.02
XYZ21.615414.942593.0117
Yxy14.94250.16680.1153
Hunter Lab38.655532.1665-115.6028
CIE-Lab45.555339.8709-83.6379

#145dfb color RGB value is (20,93,251).

#145dfb hex color red value is 20, green value is 93 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #145dfb hue: 0.61 , saturation: 0.97 and the lightness value of 145dfb is 0.53.

The process color (four color CMYK) of #145dfb color hex is 0.92, 0.63, 0.00, 0.02. Web safe color of #145dfb is #0066ff. Color #145dfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 01011101 11111011
Octal 24 135 373
Decimal 20 93 251
Hex 14 5D FB

RGB Percentages of Color #145dfb

%5.49
%25.55
%68.96

CMYK Percentages of Color #145dfb

%92
%63
%0
%2

Triadic Colors of #145dfb

#145dfb #fb145d #5dfb14

Analogous Colors of #145dfb

#145dfb #3f14fb #14d1fb

Monochromatic Colors of #145dfb

#145dfb

Complementary Color

#145dfb #fbb214

#145dfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#145dfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#145dfb Color CSS Codes

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

#145dfb Text Font Color

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

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


#145dfb Background Color

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

This div background color is #145dfb


#145dfb Border Color

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

This div border color is #145dfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #145dfb


Comments

No comments written yet.

Please login to write comment.