Color Hex Logo

#145fcb Color Hex

#145FCB
(20,95,203)
0 Favorites   0 Comments

Color spaces of #145fcb

RGB 2095203
HSL0.600.820.44
HSV215°90°80°
CMYK 0.900.530.00   0.20
XYZ15.160212.644958.1416
Yxy12.64490.17640.1471
Hunter Lab35.559713.8707-72.0500
CIE-Lab42.223320.1976-61.8729

#145fcb color RGB value is (20,95,203).

#145fcb hex color red value is 20, green value is 95 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #145fcb hue: 0.60 , saturation: 0.82 and the lightness value of 145fcb is 0.44.

The process color (four color CMYK) of #145fcb color hex is 0.90, 0.53, 0.00, 0.20. Web safe color of #145fcb is #0066cc. Color #145fcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 01011111 11001011
Octal 24 137 313
Decimal 20 95 203
Hex 14 5F CB

RGB Percentages of Color #145fcb

%6.29
%29.87
%63.84

CMYK Percentages of Color #145fcb

%90
%53
%0
%20

Triadic Colors of #145fcb

#145fcb #cb145f #5fcb14

Analogous Colors of #145fcb

#145fcb #2514cb #14bbcb

Monochromatic Colors of #145fcb

#145fcb

Complementary Color

#145fcb #cb8014

#145fcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#145fcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#145fcb Color CSS Codes

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

#145fcb Text Font Color

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

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


#145fcb Background Color

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

This div background color is #145fcb


#145fcb Border Color

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

This div border color is #145fcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #145fcb


Comments

No comments written yet.

Please login to write comment.