Color Hex Logo

#145fea Color Hex

#145FEA
(20,95,234)
0 Favorites   0 Comments

Color spaces of #145fea

RGB 2095234
HSL0.610.840.50
HSV219°91°92°
CMYK 0.910.590.00   0.08
XYZ19.232014.273779.5834
Yxy14.27370.17010.1262
Hunter Lab37.780624.7486-98.4459
CIE-Lab44.622932.2330-75.6346

#145fea color RGB value is (20,95,234).

#145fea hex color red value is 20, green value is 95 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #145fea hue: 0.61 , saturation: 0.84 and the lightness value of 145fea is 0.50.

The process color (four color CMYK) of #145fea color hex is 0.91, 0.59, 0.00, 0.08. Web safe color of #145fea is #0066ff. Color #145fea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 01011111 11101010
Octal 24 137 352
Decimal 20 95 234
Hex 14 5F EA

RGB Percentages of Color #145fea

%5.73
%27.22
%67.05

CMYK Percentages of Color #145fea

%91
%59
%0
%8

Triadic Colors of #145fea

#145fea #ea145f #5fea14

Analogous Colors of #145fea

#145fea #3414ea #14caea

Monochromatic Colors of #145fea

#145fea

Complementary Color

#145fea #ea9f14

#145fea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#145fea Color Preview on White Background

Lorem ipsum dolor sit amet.

#145fea Color CSS Codes

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

#145fea Text Font Color

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

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


#145fea Background Color

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

This div background color is #145fea


#145fea Border Color

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

This div border color is #145fea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #145fea


Comments

No comments written yet.

Please login to write comment.