Color Hex Logo

#145eca Color Hex

#145ECA
(20,94,202)
0 Favorites   0 Comments

Color spaces of #145eca

RGB 2094202
HSL0.600.820.44
HSV216°90°79°
CMYK 0.900.530.00   0.21
XYZ14.951912.418457.4861
Yxy12.41840.17620.1463
Hunter Lab35.239814.0663-72.0511
CIE-Lab41.873520.4575-61.8638

#145eca color RGB value is (20,94,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 01011110 11001010
Octal 24 136 312
Decimal 20 94 202
Hex 14 5E CA

RGB Percentages of Color #145eca

%6.33
%29.75
%63.92

CMYK Percentages of Color #145eca

%90
%53
%0
%21

Triadic Colors of #145eca

#145eca #ca145e #5eca14

Analogous Colors of #145eca

#145eca #2514ca #14b9ca

Monochromatic Colors of #145eca

#145eca

Complementary Color

#145eca #ca8014

#145eca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#145eca Color Preview on White Background

Lorem ipsum dolor sit amet.

#145eca Color CSS Codes

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

#145eca Text Font Color

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

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


#145eca Background Color

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

This div background color is #145eca


#145eca Border Color

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

This div border color is #145eca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #145eca


Comments

No comments written yet.

Please login to write comment.