Color Hex Logo

#140284 Color Hex

#140284
(20,2,132)
0 Favorites   0 Comments

Color spaces of #140284

RGB 202132
HSL0.690.970.26
HSV248°98°52°
CMYK 0.850.980.00   0.48
XYZ4.47511.858121.9526
Yxy1.85810.15820.0657
Hunter Lab13.631234.7466-85.9426
CIE-Lab14.724248.1155-64.3021

#140284 color RGB value is (20,2,132).

#140284 hex color red value is 20, green value is 2 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #140284 hue: 0.69 , saturation: 0.97 and the lightness value of 140284 is 0.26.

The process color (four color CMYK) of #140284 color hex is 0.85, 0.98, 0.00, 0.48. Web safe color of #140284 is #000099. Color #140284 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 00000010 10000100
Octal 24 2 204
Decimal 20 2 132
Hex 14 2 84

RGB Percentages of Color #140284

%12.99
%1.30
%85.71

CMYK Percentages of Color #140284

%85
%98
%0
%48

Triadic Colors of #140284

#140284 #841402 #028414

Analogous Colors of #140284

#140284 #550284 #023184

Monochromatic Colors of #140284

#140284

Complementary Color

#140284 #728402

#140284 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#140284 Color Preview on White Background

Lorem ipsum dolor sit amet.

#140284 Color CSS Codes

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

#140284 Text Font Color

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

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


#140284 Background Color

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

This div background color is #140284


#140284 Border Color

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

This div border color is #140284


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #140284


Comments

No comments written yet.

Please login to write comment.