Color Hex Logo

#145dfd Color Hex

#145DFD
(20,93,253)
0 Favorites   0 Comments

Color spaces of #145dfd

RGB 2093253
HSL0.610.980.54
HSV221°92°99°
CMYK 0.920.630.00   0.01
XYZ21.932515.069394.6812
Yxy15.06930.16660.1144
Hunter Lab38.819232.9173-117.4367
CIE-Lab45.729040.6077-84.4672

#145dfd color RGB value is (20,93,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 01011101 11111101
Octal 24 135 375
Decimal 20 93 253
Hex 14 5D FD

RGB Percentages of Color #145dfd

%5.46
%25.41
%69.13

CMYK Percentages of Color #145dfd

%92
%63
%0
%1

Triadic Colors of #145dfd

#145dfd #fd145d #5dfd14

Analogous Colors of #145dfd

#145dfd #3f14fd #14d2fd

Monochromatic Colors of #145dfd

#145dfd

Complementary Color

#145dfd #fdb414

#145dfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#145dfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#145dfd Color CSS Codes

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

#145dfd Text Font Color

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

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


#145dfd Background Color

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

This div background color is #145dfd


#145dfd Border Color

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

This div border color is #145dfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #145dfd


Comments

No comments written yet.

Please login to write comment.