Color Hex Logo

#145faf Color Hex

#145FAF
(20,95,175)
0 Favorites   0 Comments

Color spaces of #145faf

RGB 2095175
HSL0.590.790.38
HSV211°89°69°
CMYK 0.890.460.00   0.31
XYZ12.118611.428342.1246
Yxy11.42830.18450.1740
Hunter Lab33.80584.8281-50.2159
CIE-Lab40.29279.0156-48.6758

#145faf color RGB value is (20,95,175).

#145faf hex color red value is 20, green value is 95 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #145faf hue: 0.59 , saturation: 0.79 and the lightness value of 145faf is 0.38.

The process color (four color CMYK) of #145faf color hex is 0.89, 0.46, 0.00, 0.31. Web safe color of #145faf is #006699. Color #145faf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 01011111 10101111
Octal 24 137 257
Decimal 20 95 175
Hex 14 5F AF

RGB Percentages of Color #145faf

%6.90
%32.76
%60.34

CMYK Percentages of Color #145faf

%89
%46
%0
%31

Triadic Colors of #145faf

#145faf #af145f #5faf14

Analogous Colors of #145faf

#145faf #1614af #14adaf

Monochromatic Colors of #145faf

#145faf

Complementary Color

#145faf #af6414

#145faf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#145faf Color Preview on White Background

Lorem ipsum dolor sit amet.

#145faf Color CSS Codes

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

#145faf Text Font Color

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

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


#145faf Background Color

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

This div background color is #145faf


#145faf Border Color

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

This div border color is #145faf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #145faf


Comments

No comments written yet.

Please login to write comment.