Color Hex Logo

#213aae Color Hex

#213AAE
(33,58,174)
0 Favorites   0 Comments

Color spaces of #213aae

RGB 3358174
HSL0.640.680.41
HSV229°81°68°
CMYK 0.810.670.00   0.32
XYZ9.78026.405440.7653
Yxy6.40540.17170.1125
Hunter Lab25.308924.6878-77.7828
CIE-Lab30.413034.2442-64.1249

#213aae color RGB value is (33,58,174).

#213aae hex color red value is 33, green value is 58 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #213aae hue: 0.64 , saturation: 0.68 and the lightness value of 213aae is 0.41.

The process color (four color CMYK) of #213aae color hex is 0.81, 0.67, 0.00, 0.32. Web safe color of #213aae is #333399. Color #213aae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 00111010 10101110
Octal 41 72 256
Decimal 33 58 174
Hex 21 3A AE

RGB Percentages of Color #213aae

%12.45
%21.89
%65.66

CMYK Percentages of Color #213aae

%81
%67
%0
%32

Triadic Colors of #213aae

#213aae #ae213a #3aae21

Analogous Colors of #213aae

#213aae #4e21ae #2181ae

Monochromatic Colors of #213aae

#213aae

Complementary Color

#213aae #ae9521

#213aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#213aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#213aae Color CSS Codes

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

#213aae Text Font Color

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

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


#213aae Background Color

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

This div background color is #213aae


#213aae Border Color

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

This div border color is #213aae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #213aae


Comments

No comments written yet.

Please login to write comment.