Color Hex Logo

#213583 Color Hex

#213583
(33,53,131)
0 Favorites   0 Comments

Color spaces of #213583

RGB 3353131
HSL0.630.600.32
HSV228°75°51°
CMYK 0.750.600.00   0.49
XYZ5.99704.508222.0268
Yxy4.50820.18430.1386
Hunter Lab21.232513.2594-46.6452
CIE-Lab25.285021.1003-46.2259

#213583 color RGB value is (33,53,131).

#213583 hex color red value is 33, green value is 53 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #213583 hue: 0.63 , saturation: 0.60 and the lightness value of 213583 is 0.32.

The process color (four color CMYK) of #213583 color hex is 0.75, 0.60, 0.00, 0.49. Web safe color of #213583 is #333399. Color #213583 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 00110101 10000011
Octal 41 65 203
Decimal 33 53 131
Hex 21 35 83

RGB Percentages of Color #213583

%15.21
%24.42
%60.37

CMYK Percentages of Color #213583

%75
%60
%0
%49

Triadic Colors of #213583

#213583 #832135 #358321

Analogous Colors of #213583

#213583 #3e2183 #216683

Monochromatic Colors of #213583

#213583

Complementary Color

#213583 #836f21

#213583 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#213583 Color Preview on White Background

Lorem ipsum dolor sit amet.

#213583 Color CSS Codes

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

#213583 Text Font Color

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

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


#213583 Background Color

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

This div background color is #213583


#213583 Border Color

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

This div border color is #213583


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #213583


Comments

No comments written yet.

Please login to write comment.