Color Hex Logo

#145adf Color Hex

#145ADF
(20,90,223)
0 Favorites   0 Comments

Color spaces of #145adf

RGB 2090223
HSL0.610.840.48
HSV219°91°87°
CMYK 0.910.600.00   0.13
XYZ17.263912.788871.3706
Yxy12.78880.17020.1261
Hunter Lab35.761423.5887-93.2946
CIE-Lab42.443331.2525-72.9690

#145adf color RGB value is (20,90,223).

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

The process color (four color CMYK) of #145adf color hex is 0.91, 0.60, 0.00, 0.13. Web safe color of #145adf is #0066cc. Color #145adf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 01011010 11011111
Octal 24 132 337
Decimal 20 90 223
Hex 14 5A DF

RGB Percentages of Color #145adf

%6.01
%27.03
%66.97

CMYK Percentages of Color #145adf

%91
%60
%0
%13

Triadic Colors of #145adf

#145adf #df145a #5adf14

Analogous Colors of #145adf

#145adf #3314df #14c0df

Monochromatic Colors of #145adf

#145adf

Complementary Color

#145adf #df9914

#145adf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#145adf Color Preview on White Background

Lorem ipsum dolor sit amet.

#145adf Color CSS Codes

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

#145adf Text Font Color

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

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


#145adf Background Color

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

This div background color is #145adf


#145adf Border Color

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

This div border color is #145adf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #145adf


Comments

No comments written yet.

Please login to write comment.