Color Hex Logo

#141efd Color Hex

#141EFD
(20,30,253)
0 Favorites   0 Comments

Color spaces of #141efd

RGB 2030253
HSL0.660.980.54
HSV237°92°99°
CMYK 0.920.880.00   0.01
XYZ18.48248.169193.5312
Yxy8.16910.15380.0680
Hunter Lab28.581665.4097-174.0148
CIE-Lab34.332672.7234-103.3401

#141efd color RGB value is (20,30,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 00011110 11111101
Octal 24 36 375
Decimal 20 30 253
Hex 14 1E FD

RGB Percentages of Color #141efd

%6.60
%9.90
%83.50

CMYK Percentages of Color #141efd

%92
%88
%0
%1

Triadic Colors of #141efd

#141efd #fd141e #1efd14

Analogous Colors of #141efd

#141efd #7f14fd #1493fd

Monochromatic Colors of #141efd

#141efd

Complementary Color

#141efd #fdf314

#141efd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#141efd Color Preview on White Background

Lorem ipsum dolor sit amet.

#141efd Color CSS Codes

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

#141efd Text Font Color

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

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


#141efd Background Color

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

This div background color is #141efd


#141efd Border Color

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

This div border color is #141efd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #141efd


Comments

No comments written yet.

Please login to write comment.