Color Hex Logo

#145dfc Color Hex

#145DFC
(20,93,252)
0 Favorites   0 Comments

Color spaces of #145dfc

RGB 2093252
HSL0.610.970.53
HSV221°92°99°
CMYK 0.920.630.00   0.01
XYZ21.773515.005793.8443
Yxy15.00570.16670.1149
Hunter Lab38.737232.5417-116.5193
CIE-Lab45.642040.2396-84.0530

#145dfc color RGB value is (20,93,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 01011101 11111100
Octal 24 135 374
Decimal 20 93 252
Hex 14 5D FC

RGB Percentages of Color #145dfc

%5.48
%25.48
%69.04

CMYK Percentages of Color #145dfc

%92
%63
%0
%1

Triadic Colors of #145dfc

#145dfc #fc145d #5dfc14

Analogous Colors of #145dfc

#145dfc #3f14fc #14d1fc

Monochromatic Colors of #145dfc

#145dfc

Complementary Color

#145dfc #fcb314

#145dfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#145dfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#145dfc Color CSS Codes

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

#145dfc Text Font Color

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

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


#145dfc Background Color

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

This div background color is #145dfc


#145dfc Border Color

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

This div border color is #145dfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #145dfc


Comments

No comments written yet.

Please login to write comment.