Color Hex Logo

#212857 Color Hex

#212857
(33,40,87)
0 Favorites   0 Comments

Color spaces of #212857

RGB 334087
HSL0.650.450.24
HSV232°62°34°
CMYK 0.620.540.00   0.66
XYZ3.10632.52909.3413
Yxy2.52900.20740.1689
Hunter Lab15.90287.0365-23.6949
CIE-Lab18.049313.0954-29.5033

#212857 color RGB value is (33,40,87).

#212857 hex color red value is 33, green value is 40 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #212857 hue: 0.65 , saturation: 0.45 and the lightness value of 212857 is 0.24.

The process color (four color CMYK) of #212857 color hex is 0.62, 0.54, 0.00, 0.66. Web safe color of #212857 is #333366. Color #212857 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 00101000 01010111
Octal 41 50 127
Decimal 33 40 87
Hex 21 28 57

RGB Percentages of Color #212857

%20.63
%25.00
%54.38

CMYK Percentages of Color #212857

%62
%54
%0
%66

Triadic Colors of #212857

#212857 #572128 #285721

Analogous Colors of #212857

#212857 #352157 #214357

Monochromatic Colors of #212857

#212857

Complementary Color

#212857 #575021

#212857 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#212857 Color Preview on White Background

Lorem ipsum dolor sit amet.

#212857 Color CSS Codes

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

#212857 Text Font Color

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

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


#212857 Background Color

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

This div background color is #212857


#212857 Border Color

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

This div border color is #212857


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #212857


Comments

No comments written yet.

Please login to write comment.