Color Hex Logo

#210221 Color Hex

#210221
(33,2,33)
0 Favorites   0 Comments

Color spaces of #210221

RGB 33233
HSL0.830.890.07
HSV300°94°13°
CMYK 0.000.940.00   0.87
XYZ0.92340.47661.4822
Yxy0.47660.32040.1654
Hunter Lab6.903611.7941-7.8970
CIE-Lab4.305119.1673-12.7455

#210221 color RGB value is (33,2,33).

#210221 hex color red value is 33, green value is 2 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #210221 hue: 0.83 , saturation: 0.89 and the lightness value of 210221 is 0.07.

The process color (four color CMYK) of #210221 color hex is 0.00, 0.94, 0.00, 0.87. Web safe color of #210221 is #330033. Color #210221 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 00000010 00100001
Octal 41 2 41
Decimal 33 2 33
Hex 21 2 21

RGB Percentages of Color #210221

%48.53
%2.94
%48.53

CMYK Percentages of Color #210221

%0
%94
%0
%87

Triadic Colors of #210221

#210221 #212102 #022121

Analogous Colors of #210221

#210221 #210212 #120221

Monochromatic Colors of #210221

#210221

Complementary Color

#210221 #022102

#210221 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#210221 Color Preview on White Background

Lorem ipsum dolor sit amet.

#210221 Color CSS Codes

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

#210221 Text Font Color

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

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


#210221 Background Color

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

This div background color is #210221


#210221 Border Color

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

This div border color is #210221


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(33,2,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 #210221">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #210221


Comments

No comments written yet.

Please login to write comment.