Color Hex Logo

#140531 Color Hex

#140531
(20,5,49)
0 Favorites   0 Comments

Color spaces of #140531

RGB 20549
HSL0.720.810.11
HSV260°90°19°
CMYK 0.590.900.00   0.81
XYZ0.89710.47902.9509
Yxy0.47900.20730.1107
Hunter Lab6.921011.0255-20.4348
CIE-Lab4.326818.0512-25.0290

#140531 color RGB value is (20,5,49).

#140531 hex color red value is 20, green value is 5 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #140531 hue: 0.72 , saturation: 0.81 and the lightness value of 140531 is 0.11.

The process color (four color CMYK) of #140531 color hex is 0.59, 0.90, 0.00, 0.81. Web safe color of #140531 is #000033. Color #140531 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 00000101 00110001
Octal 24 5 61
Decimal 20 5 49
Hex 14 5 31

RGB Percentages of Color #140531

%27.03
%6.76
%66.22

CMYK Percentages of Color #140531

%59
%90
%0
%81

Triadic Colors of #140531

#140531 #311405 #053114

Analogous Colors of #140531

#140531 #2a0531 #050c31

Monochromatic Colors of #140531

#140531

Complementary Color

#140531 #223105

#140531 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#140531 Color Preview on White Background

Lorem ipsum dolor sit amet.

#140531 Color CSS Codes

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

#140531 Text Font Color

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

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


#140531 Background Color

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

This div background color is #140531


#140531 Border Color

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

This div border color is #140531


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #140531


Comments

No comments written yet.

Please login to write comment.