Color Hex Logo

#140821 Color Hex

#140821
(20,8,33)
0 Favorites   0 Comments

Color spaces of #140821

RGB 20833
HSL0.750.610.08
HSV269°76°13°
CMYK 0.390.760.00   0.87
XYZ0.64980.43221.4880
Yxy0.43220.25280.1682
Hunter Lab6.57426.1383-8.8177
CIE-Lab3.90409.7907-13.4992

#140821 color RGB value is (20,8,33).

#140821 hex color red value is 20, green value is 8 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #140821 hue: 0.75 , saturation: 0.61 and the lightness value of 140821 is 0.08.

The process color (four color CMYK) of #140821 color hex is 0.39, 0.76, 0.00, 0.87. Web safe color of #140821 is #000033. Color #140821 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 00001000 00100001
Octal 24 10 41
Decimal 20 8 33
Hex 14 8 21

RGB Percentages of Color #140821

%32.79
%13.11
%54.10

CMYK Percentages of Color #140821

%39
%76
%0
%87

Triadic Colors of #140821

#140821 #211408 #082114

Analogous Colors of #140821

#140821 #210821 #080921

Monochromatic Colors of #140821

#140821

Complementary Color

#140821 #152108

#140821 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#140821 Color Preview on White Background

Lorem ipsum dolor sit amet.

#140821 Color CSS Codes

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

#140821 Text Font Color

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

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


#140821 Background Color

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

This div background color is #140821


#140821 Border Color

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

This div border color is #140821


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #140821


Comments

No comments written yet.

Please login to write comment.