Color Hex Logo

#140afa Color Hex

#140AFA
(20,10,250)
0 Favorites   0 Comments

Color spaces of #140afa

RGB 2010250
HSL0.670.960.51
HSV243°96°98°
CMYK 0.920.960.00   0.02
XYZ17.65247.267990.9149
Yxy7.26790.15240.0627
Hunter Lab26.959069.7009-181.0744
CIE-Lab32.409276.6113-104.8668

#140afa color RGB value is (20,10,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 00001010 11111010
Octal 24 12 372
Decimal 20 10 250
Hex 14 A FA

RGB Percentages of Color #140afa

%7.14
%3.57
%89.29

CMYK Percentages of Color #140afa

%92
%96
%0
%2

Triadic Colors of #140afa

#140afa #fa140a #0afa14

Analogous Colors of #140afa

#140afa #8c0afa #0a78fa

Monochromatic Colors of #140afa

#140afa

Complementary Color

#140afa #f0fa0a

#140afa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#140afa Color Preview on White Background

Lorem ipsum dolor sit amet.

#140afa Color CSS Codes

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

#140afa Text Font Color

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

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


#140afa Background Color

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

This div background color is #140afa


#140afa Border Color

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

This div border color is #140afa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #140afa


Comments

No comments written yet.

Please login to write comment.