Color Hex Logo

#140841 Color Hex

#140841
(20,8,65)
0 Favorites   0 Comments

Color spaces of #140841

RGB 20865
HSL0.700.780.14
HSV253°88°25°
CMYK 0.690.880.00   0.75
XYZ1.32950.70405.0668
Yxy0.70400.18720.0992
Hunter Lab8.390513.6006-29.9305
CIE-Lab6.359224.0964-33.3871

#140841 color RGB value is (20,8,65).

#140841 hex color red value is 20, green value is 8 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #140841 hue: 0.70 , saturation: 0.78 and the lightness value of 140841 is 0.14.

The process color (four color CMYK) of #140841 color hex is 0.69, 0.88, 0.00, 0.75. Web safe color of #140841 is #000033. Color #140841 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 00001000 01000001
Octal 24 10 101
Decimal 20 8 65
Hex 14 8 41

RGB Percentages of Color #140841

%21.51
%8.60
%69.89

CMYK Percentages of Color #140841

%69
%88
%0
%75

Triadic Colors of #140841

#140841 #411408 #084114

Analogous Colors of #140841

#140841 #310841 #081941

Monochromatic Colors of #140841

#140841

Complementary Color

#140841 #354108

#140841 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#140841 Color Preview on White Background

Lorem ipsum dolor sit amet.

#140841 Color CSS Codes

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

#140841 Text Font Color

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

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


#140841 Background Color

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

This div background color is #140841


#140841 Border Color

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

This div border color is #140841


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #140841


Comments

No comments written yet.

Please login to write comment.