Color Hex Logo

#140fad Color Hex

#140FAD
(20,15,173)
0 Favorites   0 Comments

Color spaces of #140fad

RGB 2015173
HSL0.670.840.37
HSV242°91°68°
CMYK 0.880.910.00   0.32
XYZ8.00213.507539.7904
Yxy3.50750.15600.0684
Hunter Lab18.728343.4936-112.8584
CIE-Lab21.971555.4717-77.5210

#140fad color RGB value is (20,15,173).

#140fad hex color red value is 20, green value is 15 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #140fad hue: 0.67 , saturation: 0.84 and the lightness value of 140fad is 0.37.

The process color (four color CMYK) of #140fad color hex is 0.88, 0.91, 0.00, 0.32. Web safe color of #140fad is #000099. Color #140fad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 00001111 10101101
Octal 24 17 255
Decimal 20 15 173
Hex 14 F AD

RGB Percentages of Color #140fad

%9.62
%7.21
%83.17

CMYK Percentages of Color #140fad

%88
%91
%0
%32

Triadic Colors of #140fad

#140fad #ad140f #0fad14

Analogous Colors of #140fad

#140fad #630fad #0f59ad

Monochromatic Colors of #140fad

#140fad

Complementary Color

#140fad #a8ad0f

#140fad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#140fad Color Preview on White Background

Lorem ipsum dolor sit amet.

#140fad Color CSS Codes

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

#140fad Text Font Color

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

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


#140fad Background Color

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

This div background color is #140fad


#140fad Border Color

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

This div border color is #140fad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #140fad


Comments

No comments written yet.

Please login to write comment.