Color Hex Logo

#211367 Color Hex

#211367
(33,19,103)
0 Favorites   0 Comments

Color spaces of #211367

RGB 3319103
HSL0.690.690.24
HSV250°82°40°
CMYK 0.680.820.00   0.60
XYZ3.30831.768412.9989
Yxy1.76840.18300.0978
Hunter Lab13.298121.1354-48.6472
CIE-Lab14.221632.9864-46.3731

#211367 color RGB value is (33,19,103).

#211367 hex color red value is 33, green value is 19 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #211367 hue: 0.69 , saturation: 0.69 and the lightness value of 211367 is 0.24.

The process color (four color CMYK) of #211367 color hex is 0.68, 0.82, 0.00, 0.60. Web safe color of #211367 is #330066. Color #211367 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 00010011 01100111
Octal 41 23 147
Decimal 33 19 103
Hex 21 13 67

RGB Percentages of Color #211367

%21.29
%12.26
%66.45

CMYK Percentages of Color #211367

%68
%82
%0
%60

Triadic Colors of #211367

#211367 #672113 #136721

Analogous Colors of #211367

#211367 #4b1367 #132f67

Monochromatic Colors of #211367

#211367

Complementary Color

#211367 #596713

#211367 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#211367 Color Preview on White Background

Lorem ipsum dolor sit amet.

#211367 Color CSS Codes

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

#211367 Text Font Color

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

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


#211367 Background Color

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

This div background color is #211367


#211367 Border Color

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

This div border color is #211367


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #211367


Comments

No comments written yet.

Please login to write comment.