Color Hex Logo

#216189 Color Hex

#216189
(33,97,137)
0 Favorites   0 Comments

Color spaces of #216189

RGB 3397137
HSL0.560.610.33
HSV203°76°54°
CMYK 0.760.290.00   0.46
XYZ9.417310.678925.2318
Yxy10.67890.20780.2356
Hunter Lab32.6786-5.7475-22.9040
CIE-Lab39.0343-5.8509-27.9588

#216189 color RGB value is (33,97,137).

#216189 hex color red value is 33, green value is 97 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #216189 hue: 0.56 , saturation: 0.61 and the lightness value of 216189 is 0.33.

The process color (four color CMYK) of #216189 color hex is 0.76, 0.29, 0.00, 0.46. Web safe color of #216189 is #336699. Color #216189 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 01100001 10001001
Octal 41 141 211
Decimal 33 97 137
Hex 21 61 89

RGB Percentages of Color #216189

%12.36
%36.33
%51.31

CMYK Percentages of Color #216189

%76
%29
%0
%46

Triadic Colors of #216189

#216189 #892161 #618921

Analogous Colors of #216189

#216189 #212d89 #21897d

Monochromatic Colors of #216189

#216189

Complementary Color

#216189 #894921

#216189 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#216189 Color Preview on White Background

Lorem ipsum dolor sit amet.

#216189 Color CSS Codes

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

#216189 Text Font Color

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

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


#216189 Background Color

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

This div background color is #216189


#216189 Border Color

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

This div border color is #216189


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #216189


Comments

No comments written yet.

Please login to write comment.