Color Hex Logo

#212079 Color Hex

#212079
(33,32,121)
0 Favorites   0 Comments

Color spaces of #212079

RGB 3332121
HSL0.670.580.30
HSV241°74°47°
CMYK 0.730.740.00   0.53
XYZ4.59492.736818.3752
Yxy2.73680.17870.1065
Hunter Lab16.543320.6277-54.2752
CIE-Lab18.957431.4660-50.2520

#212079 color RGB value is (33,32,121).

#212079 hex color red value is 33, green value is 32 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #212079 hue: 0.67 , saturation: 0.58 and the lightness value of 212079 is 0.30.

The process color (four color CMYK) of #212079 color hex is 0.73, 0.74, 0.00, 0.53. Web safe color of #212079 is #333366. Color #212079 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 00100000 01111001
Octal 41 40 171
Decimal 33 32 121
Hex 21 20 79

RGB Percentages of Color #212079

%17.74
%17.20
%65.05

CMYK Percentages of Color #212079

%73
%74
%0
%53

Triadic Colors of #212079

#212079 #792120 #207921

Analogous Colors of #212079

#212079 #4d2079 #204c79

Monochromatic Colors of #212079

#212079

Complementary Color

#212079 #787920

#212079 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#212079 Color Preview on White Background

Lorem ipsum dolor sit amet.

#212079 Color CSS Codes

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

#212079 Text Font Color

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

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


#212079 Background Color

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

This div background color is #212079


#212079 Border Color

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

This div border color is #212079


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #212079


Comments

No comments written yet.

Please login to write comment.