Color Hex Logo

#145cce Color Hex

#145CCE
(20,92,206)
0 Favorites   0 Comments

Color spaces of #145cce

RGB 2092206
HSL0.600.820.44
HSV217°90°81°
CMYK 0.900.550.00   0.19
XYZ15.256212.259259.9547
Yxy12.25920.17440.1402
Hunter Lab35.013116.5044-77.0159
CIE-Lab41.625123.3468-64.5735

#145cce color RGB value is (20,92,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 01011100 11001110
Octal 24 134 316
Decimal 20 92 206
Hex 14 5C CE

RGB Percentages of Color #145cce

%6.29
%28.93
%64.78

CMYK Percentages of Color #145cce

%90
%55
%0
%19

Triadic Colors of #145cce

#145cce #ce145c #5cce14

Analogous Colors of #145cce

#145cce #2914ce #14b9ce

Monochromatic Colors of #145cce

#145cce

Complementary Color

#145cce #ce8614

#145cce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#145cce Color Preview on White Background

Lorem ipsum dolor sit amet.

#145cce Color CSS Codes

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

#145cce Text Font Color

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

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


#145cce Background Color

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

This div background color is #145cce


#145cce Border Color

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

This div border color is #145cce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #145cce


Comments

No comments written yet.

Please login to write comment.