Color Hex Logo

#213171 Color Hex

#213171
(33,49,113)
0 Favorites   0 Comments

Color spaces of #213171

RGB 3349113
HSL0.630.550.29
HSV228°71°44°
CMYK 0.710.570.00   0.56
XYZ4.70613.712216.0913
Yxy3.71220.19200.1515
Hunter Lab19.26719.8823-36.0303
CIE-Lab22.696216.8081-39.0226

#213171 color RGB value is (33,49,113).

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

The process color (four color CMYK) of #213171 color hex is 0.71, 0.57, 0.00, 0.56. Web safe color of #213171 is #333366. Color #213171 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 00110001 01110001
Octal 41 61 161
Decimal 33 49 113
Hex 21 31 71

RGB Percentages of Color #213171

%16.92
%25.13
%57.95

CMYK Percentages of Color #213171

%71
%57
%0
%56

Triadic Colors of #213171

#213171 #712131 #317121

Analogous Colors of #213171

#213171 #392171 #215971

Monochromatic Colors of #213171

#213171

Complementary Color

#213171 #716121

#213171 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#213171 Color Preview on White Background

Lorem ipsum dolor sit amet.

#213171 Color CSS Codes

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

#213171 Text Font Color

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

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


#213171 Background Color

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

This div background color is #213171


#213171 Border Color

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

This div border color is #213171


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(33,49,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 #213171">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #213171


Comments

No comments written yet.

Please login to write comment.