Color Hex Logo

#145dbc Color Hex

#145DBC
(20,93,188)
0 Favorites   0 Comments

Color spaces of #145dbc

RGB 2093188
HSL0.590.810.41
HSV214°89°74°
CMYK 0.890.510.00   0.26
XYZ13.279911.608349.1176
Yxy11.60830.17940.1569
Hunter Lab34.07109.9501-61.6244
CIE-Lab40.586715.5430-55.8239

#145dbc color RGB value is (20,93,188).

#145dbc hex color red value is 20, green value is 93 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #145dbc hue: 0.59 , saturation: 0.81 and the lightness value of 145dbc is 0.41.

The process color (four color CMYK) of #145dbc color hex is 0.89, 0.51, 0.00, 0.26. Web safe color of #145dbc is #0066cc. Color #145dbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 01011101 10111100
Octal 24 135 274
Decimal 20 93 188
Hex 14 5D BC

RGB Percentages of Color #145dbc

%6.64
%30.90
%62.46

CMYK Percentages of Color #145dbc

%89
%51
%0
%26

Triadic Colors of #145dbc

#145dbc #bc145d #5dbc14

Analogous Colors of #145dbc

#145dbc #1f14bc #14b1bc

Monochromatic Colors of #145dbc

#145dbc

Complementary Color

#145dbc #bc7314

#145dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#145dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#145dbc Color CSS Codes

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

#145dbc Text Font Color

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

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


#145dbc Background Color

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

This div background color is #145dbc


#145dbc Border Color

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

This div border color is #145dbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #145dbc


Comments

No comments written yet.

Please login to write comment.