Color Hex Logo

#216595 Color Hex

#216595
(33,101,149)
0 Favorites   0 Comments

Color spaces of #216595

RGB 33101149
HSL0.570.640.36
HSV205°78°58°
CMYK 0.780.320.00   0.42
XYZ10.705711.800630.1473
Yxy11.80060.20330.2241
Hunter Lab34.3520-4.4870-27.9865
CIE-Lab40.8974-3.7781-32.2555

#216595 color RGB value is (33,101,149).

#216595 hex color red value is 33, green value is 101 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #216595 hue: 0.57 , saturation: 0.64 and the lightness value of 216595 is 0.36.

The process color (four color CMYK) of #216595 color hex is 0.78, 0.32, 0.00, 0.42. Web safe color of #216595 is #336699. Color #216595 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 01100101 10010101
Octal 41 145 225
Decimal 33 101 149
Hex 21 65 95

RGB Percentages of Color #216595

%11.66
%35.69
%52.65

CMYK Percentages of Color #216595

%78
%32
%0
%42

Triadic Colors of #216595

#216595 #952165 #659521

Analogous Colors of #216595

#216595 #212b95 #21958b

Monochromatic Colors of #216595

#216595

Complementary Color

#216595 #955121

#216595 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#216595 Color Preview on White Background

Lorem ipsum dolor sit amet.

#216595 Color CSS Codes

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

#216595 Text Font Color

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

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


#216595 Background Color

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

This div background color is #216595


#216595 Border Color

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

This div border color is #216595


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #216595


Comments

No comments written yet.

Please login to write comment.