Color Hex Logo

#210329 Color Hex

#210329
(33,3,41)
0 Favorites   0 Comments

Color spaces of #210329

RGB 33341
HSL0.800.860.09
HSV287°93°16°
CMYK 0.200.930.00   0.84
XYZ1.06000.54862.1478
Yxy0.54860.28220.1460
Hunter Lab7.406812.5838-12.0081
CIE-Lab4.955521.3849-17.9090

#210329 color RGB value is (33,3,41).

#210329 hex color red value is 33, green value is 3 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #210329 hue: 0.80 , saturation: 0.86 and the lightness value of 210329 is 0.09.

The process color (four color CMYK) of #210329 color hex is 0.20, 0.93, 0.00, 0.84. Web safe color of #210329 is #330033. Color #210329 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 00000011 00101001
Octal 41 3 51
Decimal 33 3 41
Hex 21 3 29

RGB Percentages of Color #210329

%42.86
%3.90
%53.25

CMYK Percentages of Color #210329

%20
%93
%0
%84

Triadic Colors of #210329

#210329 #292103 #032921

Analogous Colors of #210329

#210329 #29031e #0e0329

Monochromatic Colors of #210329

#210329

Complementary Color

#210329 #0b2903

#210329 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#210329 Color Preview on White Background

Lorem ipsum dolor sit amet.

#210329 Color CSS Codes

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

#210329 Text Font Color

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

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


#210329 Background Color

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

This div background color is #210329


#210329 Border Color

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

This div border color is #210329


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #210329


Comments

No comments written yet.

Please login to write comment.