Color Hex Logo

#211368 Color Hex

#211368
(33,19,104)
0 Favorites   0 Comments

Color spaces of #211368

RGB 3319104
HSL0.690.690.24
HSV250°82°41°
CMYK 0.680.820.00   0.59
XYZ3.35881.788613.2649
Yxy1.78860.18240.0971
Hunter Lab13.373921.4254-49.4453
CIE-Lab14.336333.3187-46.8427

#211368 color RGB value is (33,19,104).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100001 00010011 01101000
Octal 41 23 150
Decimal 33 19 104
Hex 21 13 68

RGB Percentages of Color #211368

%21.15
%12.18
%66.67

CMYK Percentages of Color #211368

%68
%82
%0
%59

Triadic Colors of #211368

#211368 #682113 #136821

Analogous Colors of #211368

#211368 #4c1368 #133068

Monochromatic Colors of #211368

#211368

Complementary Color

#211368 #5a6813

#211368 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#211368 Color Preview on White Background

Lorem ipsum dolor sit amet.

#211368 Color CSS Codes

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

#211368 Text Font Color

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

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


#211368 Background Color

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

This div background color is #211368


#211368 Border Color

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

This div border color is #211368


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #211368


Comments

No comments written yet.

Please login to write comment.