Color Hex Logo

#213bed Color Hex

#213BED
(33,59,237)
0 Favorites   0 Comments

Color spaces of #213bed

RGB 3359237
HSL0.650.850.53
HSV232°86°93°
CMYK 0.860.750.00   0.07
XYZ17.47729.565781.0460
Yxy9.56570.16170.0885
Hunter Lab30.928546.7428-133.7156
CIE-Lab37.051455.6548-89.7859

#213bed color RGB value is (33,59,237).

#213bed hex color red value is 33, green value is 59 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #213bed hue: 0.65 , saturation: 0.85 and the lightness value of 213bed is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 00100001 00111011 11101101
Octal 41 73 355
Decimal 33 59 237
Hex 21 3B ED

RGB Percentages of Color #213bed

%10.03
%17.93
%72.04

CMYK Percentages of Color #213bed

%86
%75
%0
%7

Triadic Colors of #213bed

#213bed #ed213b #3bed21

Analogous Colors of #213bed

#213bed #6d21ed #21a1ed

Monochromatic Colors of #213bed

#213bed

Complementary Color

#213bed #edd321

#213bed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#213bed Color Preview on White Background

Lorem ipsum dolor sit amet.

#213bed Color CSS Codes

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

#213bed Text Font Color

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

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


#213bed Background Color

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

This div background color is #213bed


#213bed Border Color

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

This div border color is #213bed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #213bed


Comments

No comments written yet.

Please login to write comment.