Color Hex Logo

#141ea5 Color Hex

#141EA5
(20,30,165)
0 Favorites   0 Comments

Color spaces of #141ea5

RGB 2030165
HSL0.660.780.36
HSV236°88°65°
CMYK 0.880.820.00   0.35
XYZ7.54433.793935.9320
Yxy3.79390.15960.0803
Hunter Lab19.477935.0512-95.7409
CIE-Lab22.978046.8716-71.0057

#141ea5 color RGB value is (20,30,165).

#141ea5 hex color red value is 20, green value is 30 and the blue value of its RGB is 165. Cylindrical-coordinate representations (also known as HSL) of color #141ea5 hue: 0.66 , saturation: 0.78 and the lightness value of 141ea5 is 0.36.

The process color (four color CMYK) of #141ea5 color hex is 0.88, 0.82, 0.00, 0.35. Web safe color of #141ea5 is #003399. Color #141ea5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 00011110 10100101
Octal 24 36 245
Decimal 20 30 165
Hex 14 1E A5

RGB Percentages of Color #141ea5

%9.30
%13.95
%76.74

CMYK Percentages of Color #141ea5

%88
%82
%0
%35

Triadic Colors of #141ea5

#141ea5 #a5141e #1ea514

Analogous Colors of #141ea5

#141ea5 #5314a5 #1467a5

Monochromatic Colors of #141ea5

#141ea5

Complementary Color

#141ea5 #a59b14

#141ea5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#141ea5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#141ea5 Color CSS Codes

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

#141ea5 Text Font Color

<p style="color:#141ea5">Text here</p>

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


#141ea5 Background Color

<div style="background-color:#141ea5">
Div content here</div>

This div background color is #141ea5


#141ea5 Border Color

<div style="border:3px solid #141ea5">
Div here</div>

This div border color is #141ea5


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(20,30,165, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #141ea5; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #141ea5;
  -webkit-box-shadow: 1px 1px 3px 2px #141ea5;
  box-shadow:         1px 1px 3px 2px #141ea5; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #141ea5


Comments

No comments written yet.

Please login to write comment.