Color Hex Logo

#141dfa Color Hex

#141DFA
(20,29,250)
0 Favorites   0 Comments

Color spaces of #141dfa

RGB 2029250
HSL0.660.960.53
HSV238°92°98°
CMYK 0.920.880.00   0.02
XYZ17.98327.929691.0252
Yxy7.92960.15380.0678
Hunter Lab28.159564.7142-171.9421
CIE-Lab33.835872.2329-102.4832

#141dfa color RGB value is (20,29,250).

#141dfa hex color red value is 20, green value is 29 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #141dfa hue: 0.66 , saturation: 0.96 and the lightness value of 141dfa is 0.53.

The process color (four color CMYK) of #141dfa color hex is 0.92, 0.88, 0.00, 0.02. Web safe color of #141dfa is #0033ff. Color #141dfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 00011101 11111010
Octal 24 35 372
Decimal 20 29 250
Hex 14 1D FA

RGB Percentages of Color #141dfa

%6.69
%9.70
%83.61

CMYK Percentages of Color #141dfa

%92
%88
%0
%2

Triadic Colors of #141dfa

#141dfa #fa141d #1dfa14

Analogous Colors of #141dfa

#141dfa #7e14fa #1490fa

Monochromatic Colors of #141dfa

#141dfa

Complementary Color

#141dfa #faf114

#141dfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#141dfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#141dfa Color CSS Codes

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

#141dfa Text Font Color

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

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


#141dfa Background Color

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

This div background color is #141dfa


#141dfa Border Color

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

This div border color is #141dfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #141dfa

Related Colors


Comments

No comments written yet.

Please login to write comment.