Color Hex Logo

#216887 Color Hex

#216887
(33,104,135)
0 Favorites   0 Comments

Color spaces of #216887

RGB 33104135
HSL0.550.610.33
HSV198°76°53°
CMYK 0.760.230.00   0.47
XYZ9.950711.973224.7083
Yxy11.97320.21340.2568
Hunter Lab34.6023-9.2222-18.1153
CIE-Lab41.1735-10.7833-23.4150

#216887 color RGB value is (33,104,135).

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

The process color (four color CMYK) of #216887 color hex is 0.76, 0.23, 0.00, 0.47. Web safe color of #216887 is #336699. Color #216887 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 01101000 10000111
Octal 41 150 207
Decimal 33 104 135
Hex 21 68 87

RGB Percentages of Color #216887

%12.13
%38.24
%49.63

CMYK Percentages of Color #216887

%76
%23
%0
%47

Triadic Colors of #216887

#216887 #872168 #688721

Analogous Colors of #216887

#216887 #213587 #218773

Monochromatic Colors of #216887

#216887

Complementary Color

#216887 #874021

#216887 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#216887 Color Preview on White Background

Lorem ipsum dolor sit amet.

#216887 Color CSS Codes

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

#216887 Text Font Color

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

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


#216887 Background Color

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

This div background color is #216887


#216887 Border Color

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

This div border color is #216887


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #216887


Comments

No comments written yet.

Please login to write comment.