Color Hex Logo

#145efa Color Hex

#145EFA
(20,94,250)
0 Favorites   0 Comments

Color spaces of #145efa

RGB 2094250
HSL0.610.960.53
HSV221°92°98°
CMYK 0.920.620.00   0.02
XYZ21.546515.056392.2130
Yxy15.05630.16730.1169
Hunter Lab38.802431.2145-113.7394
CIE-Lab45.711238.8744-82.8244

#145efa color RGB value is (20,94,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 01011110 11111010
Octal 24 136 372
Decimal 20 94 250
Hex 14 5E FA

RGB Percentages of Color #145efa

%5.49
%25.82
%68.68

CMYK Percentages of Color #145efa

%92
%62
%0
%2

Triadic Colors of #145efa

#145efa #fa145e #5efa14

Analogous Colors of #145efa

#145efa #3d14fa #14d1fa

Monochromatic Colors of #145efa

#145efa

Complementary Color

#145efa #fab014

#145efa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#145efa Color Preview on White Background

Lorem ipsum dolor sit amet.

#145efa Color CSS Codes

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

#145efa Text Font Color

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

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


#145efa Background Color

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

This div background color is #145efa


#145efa Border Color

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

This div border color is #145efa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #145efa


Comments

No comments written yet.

Please login to write comment.