Color Hex Logo

#211c09 Color Hex

#211C09
(33,28,9)
0 Favorites   0 Comments

Color spaces of #211c09

RGB 33289
HSL0.130.570.08
HSV48°73°13°
CMYK 0.000.150.73   0.87
XYZ1.09181.17360.4274
Yxy1.17360.40550.4358
Hunter Lab10.8333-0.96875.2442
CIE-Lab10.3612-0.809511.7508

#211c09 color RGB value is (33,28,9).

#211c09 hex color red value is 33, green value is 28 and the blue value of its RGB is 9. Cylindrical-coordinate representations (also known as HSL) of color #211c09 hue: 0.13 , saturation: 0.57 and the lightness value of 211c09 is 0.08.

The process color (four color CMYK) of #211c09 color hex is 0.00, 0.15, 0.73, 0.87. Web safe color of #211c09 is #333300. Color #211c09 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 00011100 00001001
Octal 41 34 11
Decimal 33 28 9
Hex 21 1C 9

RGB Percentages of Color #211c09

%47.14
%40.00
%12.86

CMYK Percentages of Color #211c09

%0
%15
%73
%87

Triadic Colors of #211c09

#211c09 #09211c #1c0921

Analogous Colors of #211c09

#211c09 #1a2109 #211009

Monochromatic Colors of #211c09

#211c09

Complementary Color

#211c09 #090e21

#211c09 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#211c09 Color Preview on White Background

Lorem ipsum dolor sit amet.

#211c09 Color CSS Codes

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

#211c09 Text Font Color

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

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


#211c09 Background Color

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

This div background color is #211c09


#211c09 Border Color

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

This div border color is #211c09


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(33,28,9, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #211c09; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #211c09;
  -webkit-box-shadow: 1px 1px 3px 2px #211c09;
  box-shadow:         1px 1px 3px 2px #211c09; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #211c09


Comments

No comments written yet.

Please login to write comment.