Color Hex Logo

#213eea Color Hex

#213EEA
(33,62,234)
0 Favorites   0 Comments

Color spaces of #213eea

RGB 3362234
HSL0.640.830.52
HSV231°86°92°
CMYK 0.860.740.00   0.08
XYZ17.20119.709178.8093
Yxy9.70910.16270.0918
Hunter Lab31.159444.0093-128.1463
CIE-Lab37.315253.0126-87.6481

#213eea color RGB value is (33,62,234).

#213eea hex color red value is 33, green value is 62 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #213eea hue: 0.64 , saturation: 0.83 and the lightness value of 213eea is 0.52.

The process color (four color CMYK) of #213eea color hex is 0.86, 0.74, 0.00, 0.08. Web safe color of #213eea is #3333ff. Color #213eea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 00111110 11101010
Octal 41 76 352
Decimal 33 62 234
Hex 21 3E EA

RGB Percentages of Color #213eea

%10.03
%18.84
%71.12

CMYK Percentages of Color #213eea

%86
%74
%0
%8

Triadic Colors of #213eea

#213eea #ea213e #3eea21

Analogous Colors of #213eea

#213eea #6921ea #21a3ea

Monochromatic Colors of #213eea

#213eea

Complementary Color

#213eea #eacd21

#213eea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#213eea Color Preview on White Background

Lorem ipsum dolor sit amet.

#213eea Color CSS Codes

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

#213eea Text Font Color

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

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


#213eea Background Color

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

This div background color is #213eea


#213eea Border Color

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

This div border color is #213eea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #213eea


Comments

No comments written yet.

Please login to write comment.