Color Hex Logo

#213eba Color Hex

#213EBA
(33,62,186)
0 Favorites   0 Comments

Color spaces of #213eba

RGB 3362186
HSL0.640.700.43
HSV229°82°73°
CMYK 0.820.670.00   0.27
XYZ11.21277.313847.2751
Yxy7.31380.17040.1111
Hunter Lab27.044026.6806-84.7127
CIE-Lab32.510936.1241-67.8053

#213eba color RGB value is (33,62,186).

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

The process color (four color CMYK) of #213eba color hex is 0.82, 0.67, 0.00, 0.27. Web safe color of #213eba is #3333cc. Color #213eba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 00111110 10111010
Octal 41 76 272
Decimal 33 62 186
Hex 21 3E BA

RGB Percentages of Color #213eba

%11.74
%22.06
%66.19

CMYK Percentages of Color #213eba

%82
%67
%0
%27

Triadic Colors of #213eba

#213eba #ba213e #3eba21

Analogous Colors of #213eba

#213eba #5121ba #218bba

Monochromatic Colors of #213eba

#213eba

Complementary Color

#213eba #ba9d21

#213eba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#213eba Color Preview on White Background

Lorem ipsum dolor sit amet.

#213eba Color CSS Codes

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

#213eba Text Font Color

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

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


#213eba Background Color

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

This div background color is #213eba


#213eba Border Color

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

This div border color is #213eba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #213eba


Comments

No comments written yet.

Please login to write comment.