Color Hex Logo

#216571 Color Hex

#216571
(33,101,113)
0 Favorites   0 Comments

Color spaces of #216571

RGB 33101113
HSL0.530.550.29
HSV189°71°44°
CMYK 0.710.110.00   0.56
XYZ8.261510.822917.2764
Yxy10.82290.22720.2977
Hunter Lab32.8982-12.7463-8.1073
CIE-Lab39.2806-16.7937-12.9635

#216571 color RGB value is (33,101,113).

#216571 hex color red value is 33, green value is 101 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #216571 hue: 0.53 , saturation: 0.55 and the lightness value of 216571 is 0.29.

The process color (four color CMYK) of #216571 color hex is 0.71, 0.11, 0.00, 0.56. Web safe color of #216571 is #336666. Color #216571 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 01100101 01110001
Octal 41 145 161
Decimal 33 101 113
Hex 21 65 71

RGB Percentages of Color #216571

%13.36
%40.89
%45.75

CMYK Percentages of Color #216571

%71
%11
%0
%56

Triadic Colors of #216571

#216571 #712165 #657121

Analogous Colors of #216571

#216571 #213d71 #217155

Monochromatic Colors of #216571

#216571

Complementary Color

#216571 #712d21

#216571 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#216571 Color Preview on White Background

Lorem ipsum dolor sit amet.

#216571 Color CSS Codes

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

#216571 Text Font Color

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

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


#216571 Background Color

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

This div background color is #216571


#216571 Border Color

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

This div border color is #216571


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #216571


Comments

No comments written yet.

Please login to write comment.