Color Hex Logo

#213989 Color Hex

#213989
(33,57,137)
0 Favorites   0 Comments

Color spaces of #213989

RGB 3357137
HSL0.630.610.33
HSV226°76°54°
CMYK 0.760.580.00   0.46
XYZ6.60575.055724.2946
Yxy5.05570.18370.1406
Hunter Lab22.484913.0919-48.3226
CIE-Lab26.892920.6887-47.3521

#213989 color RGB value is (33,57,137).

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

The process color (four color CMYK) of #213989 color hex is 0.76, 0.58, 0.00, 0.46. Web safe color of #213989 is #333399. Color #213989 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 00111001 10001001
Octal 41 71 211
Decimal 33 57 137
Hex 21 39 89

RGB Percentages of Color #213989

%14.54
%25.11
%60.35

CMYK Percentages of Color #213989

%76
%58
%0
%46

Triadic Colors of #213989

#213989 #892139 #398921

Analogous Colors of #213989

#213989 #3d2189 #216d89

Monochromatic Colors of #213989

#213989

Complementary Color

#213989 #897121

#213989 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#213989 Color Preview on White Background

Lorem ipsum dolor sit amet.

#213989 Color CSS Codes

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

#213989 Text Font Color

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

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


#213989 Background Color

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

This div background color is #213989


#213989 Border Color

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

This div border color is #213989


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #213989


Comments

No comments written yet.

Please login to write comment.