Color Hex Logo

#213daa Color Hex

#213DAA
(33,61,170)
0 Favorites   0 Comments

Color spaces of #213daa

RGB 3361170
HSL0.630.670.40
HSV228°81°67°
CMYK 0.810.640.00   0.33
XYZ9.55166.563138.7936
Yxy6.56310.17400.1195
Hunter Lab25.618521.7193-71.8486
CIE-Lab30.790930.7758-61.1110

#213daa color RGB value is (33,61,170).

#213daa hex color red value is 33, green value is 61 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #213daa hue: 0.63 , saturation: 0.67 and the lightness value of 213daa is 0.40.

The process color (four color CMYK) of #213daa color hex is 0.81, 0.64, 0.00, 0.33. Web safe color of #213daa is #333399. Color #213daa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 00111101 10101010
Octal 41 75 252
Decimal 33 61 170
Hex 21 3D AA

RGB Percentages of Color #213daa

%12.50
%23.11
%64.39

CMYK Percentages of Color #213daa

%81
%64
%0
%33

Triadic Colors of #213daa

#213daa #aa213d #3daa21

Analogous Colors of #213daa

#213daa #4921aa #2182aa

Monochromatic Colors of #213daa

#213daa

Complementary Color

#213daa #aa8e21

#213daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#213daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#213daa Color CSS Codes

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

#213daa Text Font Color

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

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


#213daa Background Color

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

This div background color is #213daa


#213daa Border Color

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

This div border color is #213daa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(33,61,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #213daa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #213daa;
  -webkit-box-shadow: 1px 1px 3px 2px #213daa;
  box-shadow:         1px 1px 3px 2px #213daa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #213daa


Comments

No comments written yet.

Please login to write comment.