Color Hex Logo

#213287 Color Hex

#213287
(33,50,135)
0 Favorites   0 Comments

Color spaces of #213287

RGB 3350135
HSL0.640.610.33
HSV230°76°53°
CMYK 0.760.630.00   0.47
XYZ6.14104.353823.4384
Yxy4.35380.18100.1283
Hunter Lab20.865816.0192-51.9941
CIE-Lab24.808224.7361-49.5043

#213287 color RGB value is (33,50,135).

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

The process color (four color CMYK) of #213287 color hex is 0.76, 0.63, 0.00, 0.47. Web safe color of #213287 is #333399. Color #213287 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 00110010 10000111
Octal 41 62 207
Decimal 33 50 135
Hex 21 32 87

RGB Percentages of Color #213287

%15.14
%22.94
%61.93

CMYK Percentages of Color #213287

%76
%63
%0
%47

Triadic Colors of #213287

#213287 #872132 #328721

Analogous Colors of #213287

#213287 #432187 #216587

Monochromatic Colors of #213287

#213287

Complementary Color

#213287 #877621

#213287 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#213287 Color Preview on White Background

Lorem ipsum dolor sit amet.

#213287 Color CSS Codes

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

#213287 Text Font Color

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

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


#213287 Background Color

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

This div background color is #213287


#213287 Border Color

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

This div border color is #213287


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #213287


Comments

No comments written yet.

Please login to write comment.