Color Hex Logo

#140afd Color Hex

#140AFD
(20,10,253)
0 Favorites   0 Comments

Color spaces of #140afd

RGB 2010253
HSL0.670.980.52
HSV242°96°99°
CMYK 0.920.960.00   0.01
XYZ18.12677.457793.4126
Yxy7.45770.15230.0627
Hunter Lab27.308870.6922-183.6916
CIE-Lab32.827077.3430-105.8556

#140afd color RGB value is (20,10,253).

#140afd hex color red value is 20, green value is 10 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #140afd hue: 0.67 , saturation: 0.98 and the lightness value of 140afd is 0.52.

The process color (four color CMYK) of #140afd color hex is 0.92, 0.96, 0.00, 0.01. Web safe color of #140afd is #0000ff. Color #140afd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 00001010 11111101
Octal 24 12 375
Decimal 20 10 253
Hex 14 A FD

RGB Percentages of Color #140afd

%7.07
%3.53
%89.40

CMYK Percentages of Color #140afd

%92
%96
%0
%1

Triadic Colors of #140afd

#140afd #fd140a #0afd14

Analogous Colors of #140afd

#140afd #8e0afd #0a7afd

Monochromatic Colors of #140afd

#140afd

Complementary Color

#140afd #f3fd0a

#140afd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#140afd Color Preview on White Background

Lorem ipsum dolor sit amet.

#140afd Color CSS Codes

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

#140afd Text Font Color

<p style="color:#140afd">Text here</p>

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


#140afd Background Color

<div style="background-color:#140afd">
Div content here</div>

This div background color is #140afd


#140afd Border Color

<div style="border:3px solid #140afd">
Div here</div>

This div border color is #140afd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(20,10,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 #140afd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #140afd


Comments

No comments written yet.

Please login to write comment.