Color Hex Logo

#213ab5 Color Hex

#213AB5
(33,58,181)
0 Favorites   0 Comments

Color spaces of #213ab5

RGB 3358181
HSL0.640.690.42
HSV230°82°71°
CMYK 0.820.680.00   0.29
XYZ10.48076.685644.4541
Yxy6.68560.17010.1085
Hunter Lab25.856527.1044-83.8354
CIE-Lab31.080236.8340-67.1977

#213ab5 color RGB value is (33,58,181).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100001 00111010 10110101
Octal 41 72 265
Decimal 33 58 181
Hex 21 3A B5

RGB Percentages of Color #213ab5

%12.13
%21.32
%66.54

CMYK Percentages of Color #213ab5

%82
%68
%0
%29

Triadic Colors of #213ab5

#213ab5 #b5213a #3ab521

Analogous Colors of #213ab5

#213ab5 #5221b5 #2184b5

Monochromatic Colors of #213ab5

#213ab5

Complementary Color

#213ab5 #b59c21

#213ab5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#213ab5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#213ab5 Color CSS Codes

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

#213ab5 Text Font Color

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

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


#213ab5 Background Color

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

This div background color is #213ab5


#213ab5 Border Color

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

This div border color is #213ab5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #213ab5


Comments

No comments written yet.

Please login to write comment.